{
  "name": "pifi",
  "version": "1.1.1",
  "license": "MIT",
  "repository": "LinusU/pifi",
  "scripts": {
    "test": "standard && mocha"
  },
  "engines": {
    "node": ">=4"
  },
  "devDependencies": {
    "assert-rejects": "^0.1.1",
    "mocha": "^5.2.0",
    "standard": "^11.0.1"
  },
  "files": [
    "index.js",
    "index.d.ts"
  ],
  "keywords": [
    "promise",
    "promises",
    "promisify",
    "all",
    "denodify",
    "denodeify",
    "callback",
    "cb",
    "node",
    "then",
    "thenify",
    "convert",
    "transform",
    "wrap",
    "wrapper",
    "bind",
    "to",
    "async",
    "es2015",
    "bluebird"
  ]
}
