File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
You can’t perform that action at this time.
0 commit comments