{
  "name": "server-shutdown",
  "version": "2.0.0",
  "description": "Gracefully shutdown any number of HTTP and WebSocket servers in node",
  "main": "src/server-shutdown.js",
  "files": [
    "src/"
  ],
  "engines": {
    "node": ">=4.1.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mitmaro/node-server-shutdown.git"
  },
  "bugs": {
    "url": "https://github.com/MitMaro/node-server-shutdown/issues"
  },
  "scripts": {
    "lint": "./scripts/lint.bash",
    "test": "npm run lint && npm run test:coverage",
    "test:unit": "./scripts/test.bash :unit",
    "test:coverage": "./scripts/test.bash :unit:coverage",
    "generate:docs": "./scripts/generate-docs.bash"
  },
  "keywords": [
    "http-server",
    "http",
    "graceful-shutdown",
    "graceful",
    "shutdown",
    "websockets"
  ],
  "author": "Tim Oram <mitmaro@gmail.com>",
  "contributors": [
    "Tim Oram <mitmaro@gmail.com>",
    "Whymarrh Whitby <whymarrh.whitby@gmail.com>",
    "Gautam Chaudhary <gkcgautam@gmail.com>"
  ],
  "license": "ISC",
  "dependencies": {
    "async": "^2.6.0",
    "debug": "^3.1.0"
  },
  "devDependencies": {
    "@mitmaro/build-scripts": "^0.1.5",
    "chai": "^4.1.2",
    "eslint": "^4.13.1",
    "eslint-config-mitmaro": "^3.0.0",
    "eslint-plugin-filenames": "^1.2.0",
    "eslint-plugin-mocha": "^4.11.0",
    "eslint-plugin-promise": "^3.6.0",
    "eslint-plugin-security": "^1.4.0",
    "mocha": "^4.1.0",
    "nyc": "^11.4.1",
    "request": "^2.83.0",
    "socket.io": "^2.0.4",
    "socket.io-client": "^2.0.4"
  }
}
