{
  "author": {
    "name": "Manuel Di Iorio"
  },
  "bugs": {
    "url": "https://github.com/manuel-di-iorio/promisify-es6/issues"
  },
  "bundleDependencies": [],
  "deprecated": false,
  "description": "Promisify callback-style functions to ES6 promises",
  "devDependencies": {
    "mocha": "^2.4.5"
  },
  "homepage": "https://github.com/manuel-di-iorio/promisify-es6#readme",
  "keywords": [
    "promise",
    "promisify",
    "es6",
    "function",
    "callback"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "promisify-es6",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/manuel-di-iorio/promisify-es6.git"
  },
  "scripts": {
    "test": "mocha test"
  },
  "version": "1.0.3"
}
