forked from leolin1229/bugReport
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.24 KB
/
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
40
41
42
43
44
{
"name": "server-for-bugReport",
"version": "1.0.8",
"scripts": {
"start": "./node_modules/pm2/bin/pm2 start pm2.release.config.json",
"test": "node ./node_modules/.bin/istanbul cover ./node_modules/karma/bin/karma start",
"coverage": "cat ./coverage/lcov.info | coveralls"
},
"dependencies": {
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"jade": "~1.11.0",
"mongoose": "^4.4.16",
"morgan": "~1.6.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"pm2": "^1.1.3",
"request": "^2.72.0",
"serve-favicon": "~2.3.0",
"source-map": "^0.5.6"
},
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^2.11.12",
"istanbul": "^0.4.4",
"karma": "^1.1.2",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^1.0.1",
"karma-coverage": "^1.1.1",
"karma-firefox-launcher": "^1.0.0",
"karma-ie-launcher": "^1.0.0",
"karma-mocha": "^1.1.1",
"karma-mocha-reporter": "^2.1.0",
"karma-safari-launcher": "^1.0.0",
"karma-sauce-launcher": "^1.0.0",
"karma-webpack": "^1.7.0",
"mocha": "^2.5.3",
"webpack": "^1.13.1"
}
}