{
  "name": "hapi-graceful-shutdown-plugin",
  "description": "Another hapi shutdown plugin",
  "version": "2.0.8",
  "repository": "git://github.com/visualjeff/hapi-graceful-shutdown-plugin.git",
  "bugs": {
    "url": "https://github.com/visualjeff/hapi-graceful-shutdown-plugin/issues"
  },
  "main": "lib/index.js",
  "keywords": [
    "hapi",
    "plugin",
    "shutdown"
  ],
  "engines": {
    "node": ">=8.0.0"
  },
  "dependencies": {
    "@hapi/joi": "^15.0.1"
  },
  "devDependencies": {
    "@hapi/code": "^5.3.1",
    "@hapi/hapi": "^17.9.0",
    "@hapi/lab": "^18.1.2"
  },
  "scripts": {
    "test": "lab -r console -t 100 -a @hapi/code -L",
    "test-cov-html": "lab -r html -o coverage.html -a code -L"
  },
  "license": "MIT"
}
