-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
45 lines (45 loc) · 1014 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
39
40
41
42
43
44
45
{
"name": "nko3-jazzycat-emit-meow",
"description": "The best project ever.",
"version": "0.1.0-34",
"homepage": "https://github.com/nko3/jazzycat-emit-meow",
"author": {
"name": "Henry Allen-Tilford",
"email": "[email protected]"
},
"repository": {
"type": "git",
"url": "https://github.com/nko3/jazzycat-emit-meow.git"
},
"bugs": {
"url": "https://github.com/nko3/jazzycat-emit-meow/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/nko3/jazzycat-emit-meow/blob/master/LICENSE-MIT"
}
],
"main": "app.js",
"engines": {
"node": "0.8.x"
},
"subdomain": "jazzycat-emit-meow.nko3",
"scripts": {
"start": "node app.js",
"test": "grunt test"
},
"dependencies": {
"sugar": "~1.3.6",
"express": "~2.5.11",
"jade": "~0.27.7"
},
"devDependencies": {
"grunt": "~0.3.17",
"grunt-contrib": "~0.2.0",
"chai": "~1.3.0",
"mocha": "~1.7.0",
"testem": "~0.2.24"
},
"keywords": []
}