-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 945 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
{
"name": "node-galerie",
"version": "0.0.0",
"description": "a gallery written in node, nothing more.",
"main": "server.js",
"directories": {
"test": "test"
},
"scripts": {
"install": "grunt build",
"start": "npm start",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/cr0/node-galerie"
},
"keywords": [
"node",
"gallery",
"coffee",
""
],
"author": "Christian Roth <christian.roth@port17.de> (https://github.com/cr0)",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"express": "3.x",
"stylus": "0.32.x",
"nib": "0.9.x",
"mongoose": "3.6.x",
"jade": "0.31.x",
"grunt": "0.4.x",
"grunt-cli": "0.1.x",
"grunt-contrib-coffee": "0.7.x",
"grunt-contrib-clean": "~0.4.1"
},
"devDependencies": {
"grunt-contrib-watch": "0.4.x",
"grunt-vows": "~0.4.x",
"vows": "0.7.x"
}
}