forked from hapijs/hapi
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·62 lines (62 loc) · 1.2 KB
/
package.json
File metadata and controls
executable file
·62 lines (62 loc) · 1.2 KB
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
54
55
56
57
58
59
60
61
62
{
"name": "hapi",
"description": "HTTP Server framework",
"homepage": "http://hapijs.com",
"version": "8.0.0",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/hapi"
},
"main": "index",
"keywords": [
"framework",
"http",
"api",
"router"
],
"engines": {
"node": ">=0.10.32"
},
"dependencies": {
"accept": "1.x.x",
"ammo": "1.x.x",
"boom": "^2.5.x",
"call": "2.x.x",
"catbox": "^4.2.x",
"catbox-memory": "1.x.x",
"cryptiles": "2.x.x",
"h2o2": "4.x.x",
"heavy": "3.x.x",
"hoek": "^2.10.x",
"inert": "2.x.x",
"iron": "2.x.x",
"items": "1.x.x",
"joi": "5.x.x",
"kilt": "^1.1.x",
"mimos": "2.x.x",
"peekaboo": "1.x.x",
"qs": "2.x.x",
"shot": "1.x.x",
"statehood": "2.x.x",
"subtext": "1.x.x",
"topo": "1.x.x",
"vision": "2.x.x",
"wreck": "5.x.x"
},
"devDependencies": {
"bluebird": "2.x.x",
"code": "1.x.x",
"handlebars": "2.x.x",
"lab": "5.x.x"
},
"scripts": {
"test": "make test-cov",
"test-tap": "make test-tap"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/hapijs/hapi/raw/master/LICENSE"
}
]
}