-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
executable file
·43 lines (43 loc) · 1014 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
39
40
41
42
43
{
"name": "hapi-test",
"version": "1.0.0",
"description": "",
"main": "base.route.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.6",
"bluebird": "^3.7.1",
"boom": "^7.3.0",
"dotenv": "^8.2.0",
"express-winston": "^3.3.0",
"good": "^7.0.1",
"good-console": "^6.1.2",
"good-mongodb": "^0.4.0",
"good-squeeze": "^4.0.0",
"handlebars": "^4.5.2",
"hapi": "^14.0.0",
"hapi-auth-basic": "^5.0.0",
"hapi-login": "^1.2.2",
"hapi-pino": "^6.0.2",
"hoek": "^6.1.3",
"inert": "^4.0.1",
"joi": "^14.3.1",
"mongodb": "^3.3.0",
"mongoose": "^5.6.9",
"mysql": "^2.17.1",
"sequelize": "^5.21.2",
"vision": "^4.0.1",
"winston": "^3.2.1",
"winston-mongodb": "^5.0.0",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"nodemon": "^1.19.4"
}
}