UNPKG

1.19 kBJSONView Raw
1{
2 "name": "hapi",
3 "description": "HTTP Server framework",
4 "homepage": "http://hapijs.com",
5 "version": "17.5.2",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/hapijs/hapi"
9 },
10 "main": "lib/index.js",
11 "keywords": [
12 "framework",
13 "http",
14 "api",
15 "web"
16 ],
17 "engines": {
18 "node": ">=8.9.0"
19 },
20 "dependencies": {
21 "accept": "3.x.x",
22 "ammo": "3.x.x",
23 "boom": "7.x.x",
24 "bounce": "1.x.x",
25 "call": "5.x.x",
26 "catbox": "10.x.x",
27 "catbox-memory": "3.x.x",
28 "heavy": "6.x.x",
29 "hoek": "5.x.x",
30 "joi": "13.x.x",
31 "mimos": "4.x.x",
32 "podium": "3.x.x",
33 "shot": "4.x.x",
34 "statehood": "6.x.x",
35 "subtext": "6.x.x",
36 "teamwork": "3.x.x",
37 "topo": "3.x.x"
38 },
39 "devDependencies": {
40 "code": "5.x.x",
41 "handlebars": "4.x.x",
42 "hapitoc": "1.x.x",
43 "inert": "5.x.x",
44 "lab": "15.x.x",
45 "vision": "5.x.x",
46 "wreck": "14.x.x"
47 },
48 "scripts": {
49 "test": "lab -a code -t 100 -L -m 3000",
50 "test-tap": "lab -a code -r tap -o tests.tap -m 3000",
51 "test-cov-html": "lab -a code -r html -o coverage.html -m 3000",
52 "toc": "hapitoc"
53 },
54 "license": "BSD-3-Clause"
55}