You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
634 B
30 lines
634 B
7 years ago
|
{
|
||
|
"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"
|
||
|
}
|