-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
62 lines (62 loc) · 1.53 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"name": "mockiato",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"serve": "pm2 start ./bin/www -i ${MOCKIATO_NODES:=1} --name app --no-daemon",
"test": "nyc --reporter=text --reporter=html mocha tests --exit"
},
"nyc": {
"exclude": [
"tests",
"lib/pm2",
"lib/remove-route",
"winston.js"
]
},
"dependencies": {
"body-parser": "^1.18.3",
"chance": "^1.0.18",
"compression": "^1.7.3",
"cookie-parser": "~1.4.3",
"debug": "^2.6.9",
"dotenv": "^5.0.1",
"express": "4.16.4",
"express-actuator": "^1.3.0",
"express-jwt": "^5.3.1",
"express-session": "1.16.1",
"fuse": "^0.4.0",
"helmet": "^3.12.1",
"http-string-parser": "0.0.6",
"jsonwebtoken": "^8.4.0",
"lodash": ">=4.17.13",
"mongoose": "^4.13.17",
"morgan": "^1.9.1",
"multer": "^1.3.1",
"node-dir": "^0.1.17",
"node-rest-client": "^3.1.0",
"node-schedule": "^1.3.1",
"object-hash": "^1.3.1",
"passport": "^0.4.0",
"passport-ldapauth": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^5.0.0",
"pm2": "^3.2.9",
"pretty-data": "^0.40.0",
"request": "^2.88.0",
"soap": "^0.24.0",
"swagger-ui-express": "^2.0.14",
"underscore": "^1.9.1",
"unzip2": "^0.2.5",
"winston": "^3.1.0",
"winston-splunk-httplogger": "^1.2.2",
"xml2js": "0.4.19",
"yamljs": "^0.3.0"
},
"devDependencies": {
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"supertest": "^3.3.0"
}
}