-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 938 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
{
"name": "carthage",
"version": "1.0.0",
"private": true,
"main": "app.js",
"scripts": {
"start": "node ./bin/www",
"gulp": "gulp",
"unit": "JUNIT_REPORT_NAME=unit JUNIT_REPORT_PATH=./tests/unit/unit.xml mocha tests/unit/test --colors --reporter mocha-jenkins-reporter",
"system": "JUNIT_REPORT_NAME=unit JUNIT_REPORT_PATH=./tests/system/system.xml mocha tests/system/test --colors --reporter mocha-jenkins-reporter"
},
"dependencies": {
"assert": "^1.4.1",
"body-parser": "^1.13.3",
"cookie-parser": "^1.3.3",
"express": "^4.13.3",
"formidable": "^1.1.1",
"mocha-jenkins-reporter": "^0.3.9",
"morgan": "^1.6.1",
"should": "^11.2.1"
},
"devDependencies": {
"debug": "^2.2.0",
"gulp": "^3.9.0",
"gulp-livereload": "^3.8.0",
"gulp-nodemon": "^2.0.2",
"gulp-plumber": "^1.0.0",
"mocha": "^3.0.2",
"nyc": "^10.0.0",
"request": "^2.81.0"
}
}