forked from mountainwolf/Infoodity
-
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) · 816 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 816 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": "mountainwolf",
"version": "1.0.0",
"description": "",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/mountainwolf/mountainwolf"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/mountainwolf/mountainwolf/issues"
},
"homepage": "https://github.com/mountainwolf/mountainwolf",
"dependencies": {
"body-parser": "^1.12.2",
"chai": "^2.2.0",
"cookie-parser": "^1.3.4",
"express": "^4.12.3",
"http": "0.0.0",
"https": "^1.0.0",
"mocha": "^2.2.4",
"morgan": "^1.5.2",
"path": "^0.11.14",
"pg": "^4.3.0",
"request": "^2.55.0",
"supertest": "^0.15.0"
},
"scripts": {
"test": "node ./server/server.js & mocha test/server/routesSpec.js; RES=$?; kill %1 exit $RES;"
}
}