forked from mountainwolf/Infoodity
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1021 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
39
{
"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",
"bower": "^1.4.1",
"chai": "^2.2.0",
"cloudinary": "^1.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",
"multiparty": "^4.1.1",
"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;",
"start": "node ./server/server.js",
"postinstall": "bower install",
"startnodemon": "nodemon ./server/server.js"
}
}