{
  "name": "express-graceful-exit",
  "version": "0.5.2",
  "description": "Allow graceful exits for express apps, supporting zero downtime deploys",
  "keywords": [
    "express",
    "graceful",
    "exit",
    "shutdown",
    "clean",
    "tidy"
  ],
  "main": "index.js",
  "types": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: just manually tested, so far\" && exit 1"
  },
  "repository": "git://github.com/mathrawka/express-graceful-exit.git",
  "homepage": "https://github.com/mathrawka/express-graceful-exit",
  "author": "Jon Keating <jon@licq.org>",
  "contributors": [
    "Ivo Havener <ivolucien@gmail.com>"
  ],
  "license": "MIT",
  "dependencies": {
    "underscore": "^1.12.1"
  }
}
