UNPKG

589 BJSONView Raw
1{
2 "name": "boom",
3 "description": "HTTP-friendly error objects",
4 "version": "7.3.0",
5 "repository": "git://github.com/hapijs/boom",
6 "main": "lib/index.js",
7 "keywords": [
8 "error",
9 "http"
10 ],
11 "dependencies": {
12 "hoek": "6.x.x"
13 },
14 "devDependencies": {
15 "code": "5.x.x",
16 "lab": "17.x.x",
17 "markdown-toc": "0.12.x"
18 },
19 "scripts": {
20 "test": "lab -a code -t 100 -L",
21 "test-cov-html": "lab -a code -r html -o coverage.html -L",
22 "toc": "node generate-toc.js",
23 "version": "npm run toc && git add README.md"
24 },
25 "license": "BSD-3-Clause"
26}