UNPKG

476 BJSONView Raw
1{
2 "name": "call",
3 "description": "HTTP Router",
4 "version": "5.0.3",
5 "repository": "git://github.com/hapijs/call",
6 "main": "lib/index.js",
7 "keywords": [
8 "HTTP",
9 "router"
10 ],
11 "dependencies": {
12 "hoek": "6.x.x",
13 "boom": "7.x.x"
14 },
15 "devDependencies": {
16 "code": "5.x.x",
17 "lab": "17.x.x"
18 },
19 "scripts": {
20 "test": "lab -a code -t 100 -L",
21 "test-cov-html": "lab -a code -r html -o coverage.html"
22 },
23 "license": "BSD-3-Clause"
24}