UNPKG

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