-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
53 lines (53 loc) · 1.33 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
50
51
52
53
{
"name": "server",
"version": "1.0.0",
"description": "Hapi-API-boilerplate",
"main": "server.js",
"repository": {
"type": "git",
"url": "https://github.com/FernandoCagale/hapi-api-boilerplate"
},
"scripts": {
"start": "scripts/server",
"test": "scripts/test",
"linter": "semistandard"
},
"bugs": {
"url": "https://github.com/FernandoCagale/hapi-api-boilerplate/issues"
},
"author": "Fernando Cagale",
"license": "MIT",
"devDependencies": {
"code": "^4.1.0",
"lab": "^10.9.0",
"semistandard": "^9.0.0"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"bluebird": "^3.4.0",
"boom": "^3.2.1",
"dotenv": "^2.0.0",
"glob": "^7.0.3",
"good": "^7.0.1",
"good-console": "^6.1.2",
"good-file": "^6.0.1",
"good-squeeze": "^3.0.1",
"hapi": "^15.2.0",
"hapi-auth-jwt2": "^7.0.1",
"hapi-boom-decorators": "^1.1.3",
"hapi-joier": "^1.1.0",
"hapi-sequelize-dynamic-fields": "^1.1.0",
"hapi-slap": "^1.1.5",
"hapi-swagger": "^7.4.0",
"hapi-version": "^2.1.1",
"inert": "^4.0.0",
"joi": "^9.0.4",
"jsonwebtoken": "^7.0.0",
"k7": "1.0.2",
"k7-sequelize": "git+https://github.com/FernandoCagale/k7-sequelize.git",
"lodash": "4.15.0",
"redis": "^2.6.3",
"rotating-file-stream": "^1.0.5",
"vision": "^4.1.0"
}
}