forked from hapijs/hapi
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·55 lines (55 loc) · 1.13 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
{
"name": "hapi",
"description": "HTTP Server framework",
"homepage": "http://hapijs.com",
"version": "13.4.1",
"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": "2.x.x",
"ammo": "2.x.x",
"boom": "3.x.x",
"call": "3.x.x",
"catbox": "7.x.x",
"catbox-memory": "2.x.x",
"cryptiles": "3.x.x",
"heavy": "4.x.x",
"hoek": "4.x.x",
"iron": "4.x.x",
"items": "2.x.x",
"joi": "8.x.x",
"kilt": "2.x.x",
"mimos": "3.x.x",
"peekaboo": "2.x.x",
"shot": "3.x.x",
"statehood": "4.x.x",
"subtext": "4.x.x",
"topo": "2.x.x"
},
"devDependencies": {
"code": "3.x.x",
"handlebars": "4.x.x",
"inert": "4.x.x",
"lab": "10.x.x",
"vision": "4.x.x",
"wreck": "7.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"
}