-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 754 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 754 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
34
{
"name": "hapiSequelizejs",
"version": "0.0.1",
"scripts": {
"start": "node app.js",
"nodemon": "nodemon"
},
"dependencies": {
"ali-oss": "^4.9.0",
"co": "^4.6.0",
"good": "^7.2.0",
"good-console": "^6.4.0",
"good-file": "^6.0.1",
"good-http": "^6.1.3",
"good-squeeze": "^5.0.2",
"handlebars": "^4.0.10",
"hapi": "^16.5.1",
"hapi-auth-jwt": "^4.0.0",
"hapi-swagger": "^7.7.0",
"inert": "^4.2.1",
"jsonwebtoken": "^7.4.2",
"mysql2": "^1.3.6",
"path": "^0.12.7",
"require-directory": "^2.1.1",
"sequelize": "^4.4.2",
"tedious": "^2.0.1",
"ueditor": "^1.2.3",
"uid": "0.0.2",
"vision": "^4.1.1"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}