| Current Path : /etc/kibana/node_modules/shot/ |
| Current File : //etc/kibana/node_modules/shot/package.json |
{
"name": "shot",
"description": "Injects a fake HTTP request/response into a node HTTP server",
"version": "4.0.5",
"repository": "git://github.com/hapijs/shot",
"main": "lib/index.js",
"keywords": [
"utilities",
"http",
"debug",
"test"
],
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"hoek": "5.x.x",
"joi": "13.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"
}