-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 981 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": "tot-swagger-express",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/start-www.js"
},
"dependencies": {
"body-parser": "~1.0.0",
"config": "^1.7.0",
"cookie-parser": "~1.0.1",
"debug": "~0.7.4",
"express": "~3.4.8",
"jade": "~1.3.0",
"lodash": "~2.4.1",
"morgan": "~1.4.1",
"passport": "^0.2.1",
"passport-facebook": "^1.0.3",
"static-favicon": "~1.0.0",
"swagger-node-express": "darrin/swagger-node-express",
"swagger-validation": "~1.2"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-concurrent": "^1.0.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-doctoc": "^0.1.1",
"grunt-nodemon": "^0.3.0",
"jshint": "^2.5.8",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^1.0.0",
"nodeunit": "^0.9.0",
"supertest": "^0.14.0",
"time-grunt": "^1.0.0"
}
}