-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 876 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
{
"name": "waste-audit",
"version": "1.0.0",
"description": "Waste Audit trail Microservice",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"audit"
],
"author": "Tobi Olanrewaju",
"license": "ISC",
"dependencies": {
"amqplib": "^0.5.2",
"body-parser": "^1.18.2",
"boom": "^4.2.0",
"elasticsearch": "^16.0.0",
"express": "^4.16.2",
"express-session": "^1.15.6",
"express-validator": "^4.3.0",
"fs": "0.0.1-security",
"helmet": "^3.9.0",
"http": "0.0.0",
"keycloak-connect": "^4.3.0",
"morgan": "^1.9.0",
"request": "^2.83.0",
"swagger-jsdoc": "^1.9.7",
"underscore": "^1.8.3"
},
"devDependencies": {
"mocha": "^3.0.2",
"should": "^11.1.0",
"supertest": "^2.0.0",
"istanbul": "^0.4.5",
"jshint": "2.x"
}
}