-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 735 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 735 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
{
"name": "propserver",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"postinstall": " node node_modules/bower/bin/bower install",
"test": "node ./test/index.js | tap-spec"
},
"dependencies": {
"body-parser": "^1.14.1",
"bower": "^1.6.8",
"compression": "^1.6.0",
"cookie-parser": "^1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"jade": "~1.11.0",
"mongoose": "^4.2.8",
"morgan": "^1.6.1",
"serve-favicon": "~2.3.0",
"swagger-express": "^1.0.5",
"swagger-ui": "^2.1.3",
"underscore": "^1.8.3",
"yargs": "^3.31.0"
},
"devDependencies": {
"supertest": "^1.1.0",
"tap-spec": "^4.1.1",
"tape": "^4.2.2"
}
}