{
  "name": "background-process",
  "description": "Run a process in the background, disconnected from the main process.",
  "version": "1.0.0",
  "homepage": "https://github.com/doowb/background-process",
  "author": "Brian Woodward (https://github.com/doowb)",
  "repository": "doowb/background-process",
  "bugs": {
    "url": "https://github.com/doowb/background-process/issues"
  },
  "license": "MIT",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha"
  },
  "dependencies": {
    "extend-shallow": "^2.0.1"
  },
  "devDependencies": {
    "delete": "^0.3.2",
    "gulp-format-md": "^0.1.12",
    "mkdirp": "^0.5.1",
    "mocha": "^3.3.0"
  },
  "keywords": [
    "background",
    "process"
  ],
  "verb": {
    "toc": false,
    "layout": "default",
    "tasks": [
      "readme"
    ],
    "plugins": [
      "gulp-format-md"
    ],
    "lint": {
      "reflinks": true
    },
    "related": {
      "list": []
    },
    "reflinks": [
      "forever",
      "forever-monitor",
      "verb",
      "verb-generate-readme"
    ]
  }
}
