| Current Path : /etc/kibana/node_modules/bounce/ |
| Current File : //etc/kibana/node_modules/bounce/package.json |
{
"name": "bounce",
"description": "Selective error catching and rewrite rules",
"version": "1.2.0",
"repository": "git://github.com/hapijs/bounce",
"main": "lib/index.js",
"keywords": [
"error",
"catch"
],
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"boom": "7.x.x",
"hoek": "5.x.x"
},
"devDependencies": {
"code": "5.x.x",
"lab": "15.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -a code -r html -o coverage.html -L"
},
"license": "BSD-3-Clause"
}