| Current Path : /etc/kibana/node_modules/podium/ |
| Current File : //etc/kibana/node_modules/podium/package.json |
{
"name": "podium",
"description": "Node compatible event emitter with extra features",
"version": "3.1.2",
"repository": "git://github.com/hapijs/podium",
"main": "lib/index.js",
"keywords": [
"emitter",
"event"
],
"engines": {
"node": ">=8.0.0"
},
"dependencies": {
"hoek": "5.x.x",
"joi": "13.x.x"
},
"devDependencies": {
"code": "5.x.x",
"lab": "14.x.x"
},
"scripts": {
"test": "lab -a code -t 100 -L",
"test-cov-html": "lab -r html -o coverage.html -a code -L"
},
"license": "BSD-3-Clause"
}