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.
27 lines
589 B
27 lines
589 B
3 years ago
|
{
|
||
|
"name": "boom",
|
||
|
"description": "HTTP-friendly error objects",
|
||
|
"version": "7.3.0",
|
||
|
"repository": "git://github.com/hapijs/boom",
|
||
|
"main": "lib/index.js",
|
||
|
"keywords": [
|
||
|
"error",
|
||
|
"http"
|
||
|
],
|
||
|
"dependencies": {
|
||
|
"hoek": "6.x.x"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"code": "5.x.x",
|
||
|
"lab": "17.x.x",
|
||
|
"markdown-toc": "0.12.x"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"test": "lab -a code -t 100 -L",
|
||
|
"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"
|
||
|
}
|