1{
2  "name": "hapi",
3  "description": "HTTP Server framework",
4  "homepage": "https://hapijs.com",
5  "version": "17.8.5",
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  "dependencies": {
18    "accept": "3.x.x",
19    "ammo": "3.x.x",
20    "boom": "7.x.x",
21    "bounce": "1.x.x",
22    "call": "5.x.x",
23    "catbox": "10.x.x",
24    "catbox-memory": "3.x.x",
25    "heavy": "6.x.x",
26    "hoek": "6.x.x",
27    "joi": "14.x.x",
28    "mimos": "4.x.x",
29    "podium": "3.x.x",
30    "shot": "4.x.x",
31    "somever": "2.x.x",
32    "statehood": "6.x.x",
33    "subtext": "6.x.x",
34    "teamwork": "3.x.x",
35    "topo": "3.x.x"
36  },
37  "devDependencies": {
38    "code": "5.x.x",
39    "handlebars": "4.x.x",
40    "inert": "5.x.x",
41    "lab": "17.x.x",
42    "vision": "5.x.x",
43    "wreck": "14.x.x"
44  },
45  "scripts": {
46    "test": "lab -a code -t 100 -L -m 3000",
47    "test-tap": "lab -a code -r tap -o tests.tap -m 3000",
48    "test-cov-html": "lab -a code -r html -o coverage.html -m 3000"
49  },
50  "license": "BSD-3-Clause"
51}
52