forked from hapijs/hapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·59 lines (59 loc) · 1.11 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
{
"name": "hapi",
"description": "HTTP Server framework",
"homepage": "http://hapijs.com",
"version": "6.2.1",
"repository": {
"type": "git",
"url": "git://github.com/spumko/hapi"
},
"main": "index",
"keywords": [
"framework",
"http",
"api",
"router"
],
"engines": {
"node": ">=0.10.22"
},
"dependencies": {
"hoek": "^2.3.x",
"boom": "^2.4.x",
"joi": "^4.4.x",
"catbox": "3.x.x",
"catbox-memory": "1.x.x",
"shot": "1.x.x",
"nipple": "^2.4.x",
"cryptiles": "2.x.x",
"iron": "2.x.x",
"topo": "1.x.x",
"kilt": "^1.1.x",
"async": "0.9.x",
"multiparty": "3.2.x",
"mime": "1.2.x",
"lru-cache": "2.5.x",
"optimist": "0.6.x",
"negotiator": "0.4.x",
"semver": "2.3.x",
"qs": "0.6.x"
},
"devDependencies": {
"lab": "3.x.x",
"handlebars": "1.2.x",
"jade": "1.0.x",
"form-data": "0.1.x"
},
"bin": {
"hapi": "./bin/hapi"
},
"scripts": {
"test": "make test-cov"
},
"licenses": [
{
"type": "BSD",
"url": "http://github.com/spumko/hapi/raw/master/LICENSE"
}
]
}