{
  "name": "node-graceful",
  "version": "0.2.3",
  "description": "Graceful process exit manager. allows waiting on multiple async services.",
  "main": "graceful.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/mrbar42/node-graceful.git"
  },
  "keywords": [
    "graceful",
    "exit",
    "signal",
    "sigterm",
    "SIGINT",
    "SIGHUP",
    "shutdown"
  ],
  "scripts": {
    "test": "node tests/runner",
    "transpile": "cat graceful.js | 6to5 > es5/index.js",
    "prepublish": "npm run transpile"
  },
  "author": "mrbar42",
  "license": "WTFPL"
}
