{
  "name": "es6-promisify-all",
  "version": "0.1.0",
  "description": "Promisify entire objects",
  "main": "index.js",
  "engines": {
    "node": ">= 0.10.0"
  },
  "scripts": {
    "test": "mocha -R spec test/",
    "cover": "istanbul cover ./node_modules/mocha/bin/_mocha --report html -- -R spec"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/pgaubatz/node-es6-promisify-all.git"
  },
  "keywords": [
    "es6",
    "promise",
    "promisify",
    "promisifyAll"
  ],
  "author": "Patrick Gaubatz <patrick@gaubatz.at>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/pgaubatz/node-es6-promisify-all/issues"
  },
  "homepage": "https://github.com/pgaubatz/node-es6-promisify-all#readme",
  "dependencies": {
    "es6-promisify": "pgaubatz/es6-promisify"
  },
  "devDependencies": {
    "mocha": "^2.2.4"
  }
}
