-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
52 lines (51 loc) · 1.14 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
{
"name": "ninja",
"version": "1.1.24",
"description": "Ninja UI",
"homepage": "http://ninjaui.com/",
"repository": {
"type": "git",
"url": "https://github.com/ninja/ninja.git"
},
"bugs": {
"url" : "http://github.com/ninja/ninja/issues"
},
"engines": {
"node": "0.8",
"npm": "1.1"
},
"devDependencies": {
"consolidate": "*",
"express": "*",
"grunt": "https://nodeload.github.com/cowboy/grunt/tarball/e8977727186c45722bf9d0bd893a8aa71fdb4ba3",
"handlebars": "*",
"nib": "*",
"socket.io": "*",
"stylus": "*",
"sugar": "*"
},
"scripts": {
"prepublish": "./node_modules/grunt/bin/grunt",
"start": "./node_modules/grunt/bin/grunt start",
"test": "./node_modules/grunt/bin/grunt test"
},
"main": "library/ninja",
"licenses": [
{
"type": "Apache License v2.0",
"url": "http://ninjaui.com/license.txt"
}
],
"author": {
"name": "Jamie Hoover",
"email": "[email protected]",
"url": "http://uipoet.com"
},
"contributors": [
{
"name": "Faisal N. Jawdat",
"email": "[email protected]",
"url": "http://faisal.com"
}
]
}