{
  "name": "http-server-shutdown",
  "version": "1.1.2",
  "description": "Nodejs server graceful shutdown",
  "main": "./index.js",
  "scripts": {
    "test": "mocha"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dxil/http-server-shutdown.git"
  },
  "keywords": [
    "http",
    "graceful-shutdown"
  ],
  "author": "Cuzz(cuzzcool123@gamil.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dxil/http-server-shutdown/issues"
  },
  "homepage": "https://github.com/dxil/http-server-shutdown",
  "engines": {
    "node": ">=4.0.0"
  },
  "dependencies": {
    "chai": "^4.2.0",
    "supertest": "^3.4.2"
  }
}
