ot-hapi-service-status
Version:
Service Status plugin for Hapi
37 lines (36 loc) • 859 B
JSON
{
"name": "ot-hapi-service-status",
"version": "1.0.4",
"description": "Service Status plugin for Hapi",
"main": "index.js",
"scripts": {
"test": "grunt && mocha --reporter spec --timeout 5s"
},
"repository": {
"type": "git",
"url": "git://github.com/ArnoldZokas/ot-hapi-service-status"
},
"keywords": [
"hapi",
"service-status"
],
"author": "Arnold Zokas",
"license": "MIT",
"bugs": {
"url": "https://github.com/ArnoldZokas/ot-hapi-service-status/issues"
},
"homepage": "https://github.com/ArnoldZokas/ot-hapi-service-status",
"dependencies": {
"async": "2.0.0-rc.2",
"hoek": "3.0.4",
"joi": "8.0.5"
},
"devDependencies": {
"deep-diff": "0.3.3",
"expect.js": "0.3.1",
"grunt": "1.0.1",
"grunt-cli": "1.2.0",
"grunt-eslint": "18.0.0",
"time-grunt": "1.3.0"
}
}