-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 787 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 787 Bytes
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
{
"name": "douer",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"express": "~4.0.0",
"static-favicon": "~1.0.0",
"morgan": "~1.0.0",
"cookie-parser": "~1.0.1",
"body-parser": "~1.0.0",
"debug": "~0.7.4",
"stylus": "~0.42.3",
"mysql": "~2.2.0",
"jade": "^1.3.1",
"log4js": "~0.6.14",
"connect": "^2.15.0",
"moment": "^2.6.0",
"moment-timezone": "0.0.6",
"formidable": "^1.0.14"
},
"devDependencies": {
"grunt": "~0.4.4",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-nodeunit": "~0.2.0",
"grunt-contrib-uglify": "~0.2.2",
"grunt-contrib-watch": "~0.6.0",
"grunt-contrib-concat": "^0.4.0",
"grunt-contrib-stylus": "^0.16.0"
}
}