| Current Path : /etc/kibana/node_modules/hapi/ |
| Current File : //etc/kibana/node_modules/hapi/package.json |
{
"name": "hapi",
"description": "HTTP Server framework",
"homepage": "https://hapijs.com",
"version": "17.6.0",
"repository": {
"type": "git",
"url": "git://github.com/hapijs/hapi"
},
"main": "lib/index.js",
"keywords": [
"framework",
"http",
"api",
"web"
],
"engines": {
"node": ">=8.9.0"
},
"dependencies": {
"accept": "3.x.x",
"ammo": "3.x.x",
"boom": "7.x.x",
"bounce": "1.x.x",
"call": "5.x.x",
"catbox": "10.x.x",
"catbox-memory": "3.x.x",
"heavy": "6.x.x",
"hoek": "5.x.x",
"joi": "13.x.x",
"mimos": "4.x.x",
"podium": "3.x.x",
"shot": "4.x.x",
"statehood": "6.x.x",
"subtext": "6.x.x",
"teamwork": "3.x.x",
"topo": "3.x.x"
},
"devDependencies": {
"code": "5.x.x",
"handlebars": "4.x.x",
"hapitoc": "1.x.x",
"inert": "5.x.x",
"lab": "16.x.x",
"vision": "5.x.x",
"wreck": "14.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L -m 3000",
"test-tap": "lab -a code -r tap -o tests.tap -m 3000",
"test-cov-html": "lab -a code -r html -o coverage.html -m 3000",
"toc": "hapitoc"
},
"license": "BSD-3-Clause"
}