-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 KB
/
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
46
47
48
49
{
"name": "hapi-shops-nodejs",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "supervisor app.js"
},
"pre-commit": [
"eslint"
],
"repository": {
"type": "git",
"url": "git+https://github.com/xianengqi/hapi-shops-nodejs.git"
},
"author": "XiaNengQi",
"license": "ISC",
"bugs": {
"url": "https://github.com/xianengqi/hapi-shops-nodejs/issues"
},
"homepage": "https://github.com/xianengqi/hapi-shops-nodejs#readme",
"dependencies": {
"axios": "^0.18.0",
"env2": "^2.2.2",
"good": "^7.3.0",
"good-console": "^7.1.0",
"good-file": "^6.0.1",
"good-http": "^6.1.3",
"good-squeeze": "^5.1.0",
"hapi": "^16.7.0",
"hapi-auth-jwt2": "^7.4.1",
"hapi-pagination": "^1.22.0",
"hapi-swagger": "^7.10.0",
"inert": "^4.2.1",
"insert": "^1.0.1",
"joi": "^13.7.0",
"jsonwebtoken": "^8.4.0",
"lodash": "^4.17.11",
"package": "^1.0.1",
"vision": "^4.1.1"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"mysql2": "^1.6.4",
"sequelize": "^4.42.0",
"sequelize-cli": "^5.4.0"
}
}