| Current Path : /etc/kibana/node_modules/oppsy/ |
| Current File : //etc/kibana/node_modules/oppsy/package.json |
{
"name": "oppsy",
"version": "2.0.0",
"repository": "git://github.com/hapijs/oppsy",
"description": "An EventEmitter useful for collecting hapi server ops information",
"main": "lib/index.js",
"scripts": {
"test": "lab -a code -t 100 -Lv"
},
"keywords": [
"hapi",
"ops",
"hapi-plugin"
],
"engines": {
"node": ">=8.0.0"
},
"license": "BSD-3-Clause",
"devDependencies": {
"code": "5.x.x",
"hapi": "17.x.x",
"lab": "15.x.x"
},
"dependencies": {
"hoek": "5.x.x"
}
}