{
  "name": "child-process-promise",
  "description": "Simple wrapper around the \"child_process\" module that makes use of promises",
  "main": "lib/index.js",
  "files": [
    "lib",
    "Readme.md"
  ],
  "scripts": {
    "lint": "eslint lib/*js test/*js",
    "pretest": "npm run lint",
    "test": "node test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/patrick-steele-idem/child-process-promise.git"
  },
  "keywords": [
    "child",
    "process",
    "promises"
  ],
  "author": {
    "name": "Patrick Steele-Idem",
    "email": "pnidem@gmail.com"
  },
  "license": "BSD",
  "bugs": {
    "url": "https://github.com/patrick-steele-idem/child-process-promise/issues"
  },
  "publishConfig": {
    "registry": "http://registry.npmjs.org/"
  },
  "dependencies": {
    "q": "^1.1.2"
  },
  "devDependencies": {
    "eslint": "^0.10.2"
  },
  "version": "1.0.1",
  "gitHead": "0f31b726a89a8d288acf9b503cc1c2551c72fed5",
  "homepage": "https://github.com/patrick-steele-idem/child-process-promise",
  "_id": "child-process-promise@1.0.1",
  "_shasum": "8133ed00d069165a0fc0e58ffff6c13984b185fa",
  "_from": "child-process-promise@>=1.0.1 <2.0.0",
  "_npmVersion": "2.0.2",
  "_nodeVersion": "0.10.32",
  "_npmUser": {
    "name": "pnidem",
    "email": "pnidem@gmail.com"
  },
  "maintainers": [
    {
      "name": "psteeleidem",
      "email": "psteeleidem@ebay.com"
    },
    {
      "name": "pnidem",
      "email": "pnidem@gmail.com"
    }
  ],
  "dist": {
    "shasum": "8133ed00d069165a0fc0e58ffff6c13984b185fa",
    "tarball": "http://registry.npmjs.org/child-process-promise/-/child-process-promise-1.0.1.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/child-process-promise/-/child-process-promise-1.0.1.tgz"
}
