-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 784 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 784 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": "Getting-Started-with-hapi.js",
"version": "1.0.0",
"description": "",
"author": "John Brett <johnbrett7@gmail.com>",
"license": "ISC",
"dependencies": {
"bell": "^6.0.0",
"boom": "^3.0.0",
"code": "^2.0.1",
"glue": "^2.4.0",
"good": "^6.4.0",
"h2o2": "^4.0.2",
"hapi": "^11.1.2",
"hapi-auth-basic": "^4.1.0",
"hapi-auth-cookie": "^3.1.0",
"hapi-level": "^4.0.0",
"hoek": "^3.0.1",
"inert": "^3.2.0",
"joi": "^7.0.0",
"lab": "^7.2.0",
"mongodb": "^2.0.51",
"poop": "^2.0.0",
"rejoice": "^2.2.1",
"reptile": "^2.0.0",
"shot": "^2.0.1",
"vision": "^4.0.0"
},
"devDependencies": {
"eslint": "1.x.x",
"eslint-config-hapi": "^7.0.0",
"eslint-plugin-hapi": "^4.0.0"
}
}