forked from hapijs/hapi
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
executable file
·52 lines (52 loc) · 1.3 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
{
"name": "@hapi/hapi",
"description": "HTTP Server framework",
"homepage": "https://hapijs.com",
"version": "19.0.4",
"repository": "git://github.com/hapijs/hapi",
"main": "lib/index.js",
"files": [
"lib"
],
"keywords": [
"framework",
"http",
"api",
"web"
],
"dependencies": {
"@hapi/accept": "4.x.x",
"@hapi/ammo": "4.x.x",
"@hapi/boom": "9.x.x",
"@hapi/bounce": "2.x.x",
"@hapi/call": "7.x.x",
"@hapi/catbox": "11.x.x",
"@hapi/catbox-memory": "5.x.x",
"@hapi/heavy": "7.x.x",
"@hapi/hoek": "9.x.x",
"@hapi/joi": "17.x.x",
"@hapi/mimos": "5.x.x",
"@hapi/podium": "4.x.x",
"@hapi/shot": "5.x.x",
"@hapi/somever": "3.x.x",
"@hapi/statehood": "7.x.x",
"@hapi/subtext": "7.x.x",
"@hapi/teamwork": "4.x.x",
"@hapi/topo": "5.x.x"
},
"devDependencies": {
"@hapi/code": "8.x.x",
"@hapi/inert": "6.x.x",
"@hapi/joi-legacy-test": "npm:@hapi/[email protected]",
"@hapi/lab": "22.x.x",
"@hapi/wreck": "17.x.x",
"@hapi/vision": "6.x.x",
"handlebars": "4.x.x"
},
"scripts": {
"test": "lab -a @hapi/code -t 100 -L -m 5000",
"test-tap": "lab -a @hapi/code -r tap -o tests.tap -m 5000",
"test-cov-html": "lab -a @hapi/code -r html -o coverage.html -m 5000"
},
"license": "BSD-3-Clause"
}