forked from hapijs/hapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.18 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
{
"name": "hapi",
"description": "HTTP Server framework",
"homepage": "http://hapijs.com",
"version": "11.0.0",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/hapi"
},
"main": "lib/index.js",
"keywords": [
"framework",
"http",
"api",
"web"
],
"engines": {
"node": ">=4.0.0"
},
"dependencies": {
"accept": "1.x.x",
"ammo": "1.x.x",
"boom": "^2.5.x",
"call": "2.x.x",
"catbox": "6.x.x",
"catbox-memory": "1.x.x",
"cryptiles": "2.x.x",
"heavy": "3.x.x",
"hoek": "^2.14.x",
"iron": "2.x.x",
"items": "1.x.x",
"joi": "^6.8.1",
"kilt": "^1.1.x",
"mimos": "2.x.x",
"peekaboo": "1.x.x",
"qs": "5.x.x",
"shot": "^1.7.x",
"statehood": "2.x.x",
"subtext": "2.x.x",
"topo": "^1.1.x"
},
"devDependencies": {
"bluebird": "2.x.x",
"code": "1.x.x",
"handlebars": "2.x.x",
"inert": "3.x.x",
"lab": "6.x.x",
"vision": "2.x.x",
"wreck": "6.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-tap": "lab -a code -r tap -o tests.tap",
"test-cov-html": "lab -a code -r html -o coverage.html"
},
"license": "BSD-3-Clause"
}