-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
38 lines (28 loc) · 851 Bytes
/
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
{
"name" : "spludo",
"engines": { "node": ">= 0.6.0" },
"homepage": "https://github.com/DracoBlue/spludo",
"author": "DracoBlue <[email protected]>",
"contributors": [
{ "name": "DracoBlue", "email": "[email protected]" }
],
"keywords": ["framework", "mvc", "rest", "web", "configuration", "routing", "templating"],
"directories" : {
"." : "."
},
"main" : "./core",
"bin" : {
"spludo-gen" : "./build/spludo-gen.js"
},
"repository": {
"type": "git",
"web": "http://github.com/DracoBlue/spludo.git"
},
"bugs": {
"mail": "[email protected]",
"url": "http://github.com/DracoBlue/spludo/issues"
},
"licenses" : [
{ "type" : "MIT", "url" : "https://github.com/DracoBlue/spludo/blob/master/LICENSE" }
]
}