{
  "name": "@broofa/asyncproxy",
  "version": "1.0.6",
  "description": "A simple, intuitive solution for converting node-style APIs to Promises.",
  "main": "index.js",
  "funding": ["https://github.com/sponsors/broofa"],
  "scripts": {
    "prepare": "npm test",
    "test": "mocha test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/broofa/BroofaJS/tree/master/asyncproxy"
  },
  "keywords": [
    "promisify",
    "promisifyAll",
    "promiseproxy",
    "bluebird"
  ],
  "author": "",
  "license": "ISC",
  "devDependencies": {
    "mocha": "^5.2.0"
  }
}
