29 lines
634 B
JSON
29 lines
634 B
JSON
{
|
|
"name": "boom",
|
|
"description": "HTTP-friendly error objects",
|
|
"version": "4.3.1",
|
|
"repository": "git://github.com/hapijs/boom",
|
|
"main": "lib/index.js",
|
|
"keywords": [
|
|
"error",
|
|
"http"
|
|
],
|
|
"engines": {
|
|
"node": ">=4.0.0"
|
|
},
|
|
"dependencies": {
|
|
"hoek": "4.x.x"
|
|
},
|
|
"devDependencies": {
|
|
"code": "4.x.x",
|
|
"lab": "13.x.x",
|
|
"markdown-toc": "0.12.x"
|
|
},
|
|
"scripts": {
|
|
"test": "lab -a code -t 100 -L -v",
|
|
"test-cov-html": "lab -a code -r html -o coverage.html -L",
|
|
"toc": "node generate-toc.js",
|
|
"version": "npm run toc && git add README.md"
|
|
},
|
|
"license": "BSD-3-Clause"
|
|
}
|