Skip to content

Commit 407d40e

Browse files
committed
Adds package.json
1 parent 8702896 commit 407d40e

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

package.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"name": "sparky",
3+
"title": "Sparky",
4+
"description": "",
5+
"version": "0.3.1",
6+
"main": "js/sparky.js",
7+
"homepage": "http://github.com/cruncher/sparky",
8+
"author": {
9+
"name": "Stephen Band"
10+
},
11+
"repository": {
12+
"type": "git",
13+
"url": "https://github.com/cruncher/sparky.git"
14+
},
15+
"keywords": [
16+
"javascript",
17+
"browser",
18+
"library"
19+
],
20+
"bugs": {
21+
"url": "https://github.com/cruncher/sparky/issues"
22+
},
23+
"licenses": [
24+
{
25+
"type": "MIT",
26+
"url": "https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt"
27+
}
28+
],
29+
"dependencies": {},
30+
"devDependencies": {
31+
"grunt-contrib-concat": "0.8.0",
32+
"grunt-contrib-uglify": "0.3.2"
33+
},
34+
"scripts": {
35+
"build": "npm install && grunt"
36+
}
37+
}

0 commit comments

Comments
 (0)