-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 957 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
44
45
{
"name": "hapi_deom",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": ""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"axios": "^0.18.0",
"good": "7",
"good-console": "7",
"good-file": "6",
"good-http": "6",
"good-squeeze": "5",
"hapi": "^16.7.0",
"hapi-auth-jwt2": "7",
"hapi-pagination": "1",
"hapi-swagger": "^7.10.0",
"inert": "4",
"joi": "13",
"jsonwebtoken": "^8.4.0",
"mysql2": "^1.6.4",
"package": "^1.0.1",
"sequelize": "^4.42.0",
"vision": "4",
"xml2js": "^0.4.19"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"chalk": "^2.4.1",
"env2": "^2.2.2",
"eslint": "^5.11.1",
"eslint-plugin-html": "^5.0.0",
"my-local-ip": "^1.0.0",
"sequelize-cli": "^5.4.0"
}
}