| Current Path : /etc/kibana/node_modules/h2o2/ |
| Current File : //etc/kibana/node_modules/h2o2/package.json |
{
"name": "h2o2",
"description": "Proxy handler plugin for hapi.js",
"version": "8.1.2",
"repository": "git://github.com/hapijs/h2o2",
"main": "lib/index.js",
"keywords": [
"HTTP",
"proxy",
"handler",
"hapi",
"plugin"
],
"engines": {
"node": ">=8.x.x"
},
"dependencies": {
"boom": "7.x.x",
"hoek": "5.x.x",
"joi": "13.x.x",
"wreck": "14.x.x"
},
"devDependencies": {
"code": "5.x.x",
"hapi": "17.x.x",
"inert": "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"
},
"license": "BSD-3-Clause"
}