forked from hapijs/hapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·64 lines (63 loc) · 1.21 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
54
55
56
57
58
59
60
61
62
63
64
{
"name": "hapi",
"description": "HTTP Server framework",
"homepage": "http://hapijs.com",
"version": "6.9.0",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/hapi"
},
"main": "index",
"keywords": [
"framework",
"http",
"api",
"router"
],
"engines": {
"node": ">=0.10.30"
},
"dependencies": {
"boom": "^2.5.x",
"call": "1.x.x",
"catbox": "^3.3.x",
"catbox-memory": "1.x.x",
"cryptiles": "2.x.x",
"h2o2": "1.x.x",
"hoek": "^2.4.x",
"iron": "2.x.x",
"items": "1.x.x",
"joi": "^4.4.x",
"kilt": "^1.1.x",
"wreck": "5.x.x",
"shot": "1.x.x",
"statehood": "^1.2.x",
"topo": "1.x.x",
"qs": "2.x.x",
"lru-cache": "2.5.x",
"mime-db": "1.0.x",
"multiparty": "3.2.x",
"negotiator": "0.4.x",
"optimist": "0.6.x",
"semver": "2.3.x"
},
"devDependencies": {
"lab": "4.x.x",
"handlebars": "1.x.x",
"jade": "1.x.x",
"form-data": "0.1.x"
},
"bin": {
"hapi": "./bin/hapi"
},
"scripts": {
"test": "make test-cov",
"test-tap": "make test-tap"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/hapijs/hapi/raw/master/LICENSE"
}
]
}