UNPKG

590 BJSONView Raw
1{
2 "name": "boom",
3 "description": "HTTP-friendly error objects",
4 "version": "2.7.1",
5 "repository": "git://github.com/hapijs/boom",
6 "main": "index",
7 "keywords": [
8 "error",
9 "http"
10 ],
11 "engines": {
12 "node": ">=0.8.0"
13 },
14 "dependencies": {
15 "hoek": "2.x.x"
16 },
17 "devDependencies": {
18 "code": "1.x.x",
19 "lab": "5.x.x"
20 },
21 "scripts": {
22 "test": "lab -a code -t 100",
23 "test-cov-html": "lab -a code -r html -o coverage.html"
24 },
25 "licenses": [
26 {
27 "type": "BSD",
28 "url": "http://github.com/hapijs/boom/raw/master/LICENSE"
29 }
30 ]
31}