-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
37 lines (37 loc) · 1.1 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
{
"name": "hulk-mock-bumblebee-test",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"lint": "eslint --cache --cache-location=.eslintcache --ext .js Hulk/",
"test:simple": "mocha --recursive",
"test:server": "mocha --recursive test/test_Hulk/HulkMiddleWare.test.js",
"test:bumblebee": "mocha --recursive test/test_Bumblebee/*",
"bumblebee": "bumblebee -S ./test/test_Bumblebee/swagger/swagger.json",
"test": "nyc --reporter text --reporter html mocha --recursive"
},
"dependencies": {
"body-parser": "~1.17.1",
"bumblebee.js": "^1.1.8",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"express": "~4.15.2",
"hulk.js": "^1.8.2",
"mockjs": "^1.0.1-beta3",
"morgan": "~1.8.1",
"multer": "^0.1.8",
"pug": "~2.0.0-beta11",
"serve-favicon": "~2.4.2"
},
"hulkpath": "./.hulkrc_backup.js",
"devDependencies": {
"chai": "^4.0.2",
"eslint": "^4.3.0",
"eslint-config-airbnb-base": "^11.3.1",
"eslint-plugin-import": "^2.7.0",
"mocha": "^3.4.2",
"nyc": "^11.0.2",
"supertest": "^3.0.0"
}
}