-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 753 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 753 Bytes
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
{
"name": "dicd_backend_demo",
"version": "1.0.0",
"description": "This is the demo project for db connection",
"main": "index.js",
"scripts": {
"start": "SET NODE_ENV=test && node index.js",
"test": "lab"
},
"author": "",
"license": "ISC",
"dependencies": {
"bunyan": "^1.8.12",
"cluster": "^0.7.7",
"config": "^1.27.0",
"fs": "0.0.1-security",
"hapi": "^16.6.2",
"hapi-cors-headers": "^1.0.0",
"hapi-swagger": "^8.0.0",
"inert": "^4.2.1",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.4",
"mongoose": "^4.10.8",
"mysql": "^2.17.1",
"os": "^0.1.1",
"sequelize": "^3.30.4",
"vision": "^4.1.1"
},
"devDependencies": {
"code": "^4.1.0",
"lab": "^14.1.0"
}
}