-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 744 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 744 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
{
"name": "todo",
"version": "0.0.0",
"main": "server.js",
"dependencies": {
"express": "~4.1.1",
"body-parser": "~1.5.2",
"ejs": "~2.5.5",
"parse": "*",
"nconf": "~0.6.9",
"morgan": "~1.0.0",
"method-override": "~1.0.0",
"q": "~1.0.0",
"request": "~2.34.0",
"winston": "~0.7.2"
},
"engines": {
"node": ">=0.10.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-connect": "^0.10.1",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-livereload": "^0.1.2",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-express-server": "^0.5.1",
"grunt-open": "^0.2.3",
"jshint-stylish": "^1.0.1",
"matchdep": "^0.3.0"
}
}