{
  "_args": [
    [
      "promisify-call@2.0.4",
      "/app"
    ]
  ],
  "_from": "promisify-call@2.0.4",
  "_id": "promisify-call@2.0.4",
  "_inBundle": false,
  "_integrity": "sha1-1IwtRWUszM1SgB3ey9UzptS9X7o=",
  "_location": "/promisify-call",
  "_phantomChildren": {},
  "_requested": {
    "type": "version",
    "registry": true,
    "raw": "promisify-call@2.0.4",
    "name": "promisify-call",
    "escapedName": "promisify-call",
    "rawSpec": "2.0.4",
    "saveSpec": null,
    "fetchSpec": "2.0.4"
  },
  "_requiredBy": [
    "/mailgun-js"
  ],
  "_resolved": "https://registry.npmjs.org/promisify-call/-/promisify-call-2.0.4.tgz",
  "_spec": "2.0.4",
  "_where": "/app",
  "author": {
    "name": "Bojan Djurkovic",
    "email": "dbojan@gmail.com"
  },
  "ava": {
    "files": [
      "test/*.test.js"
    ]
  },
  "bugs": {
    "url": "https://github.com/bojand/promisify-call/issues"
  },
  "dependencies": {
    "with-callback": "^1.0.2"
  },
  "description": "Promisify a function call so users can call a function with a callback or get a promise",
  "devDependencies": {
    "ava": "^0.17.0",
    "babel-eslint": "^7.1.1",
    "jsdoc-to-markdown": "^2.0.1",
    "standard": "^8.5.0"
  },
  "directories": {
    "test": "test"
  },
  "engines": {
    "node": ">=4.0"
  },
  "homepage": "https://github.com/bojand/promisify-call#readme",
  "keywords": [
    "promise",
    "callback",
    "promisify"
  ],
  "license": "MIT",
  "main": "index.js",
  "name": "promisify-call",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bojand/promisify-call.git"
  },
  "scripts": {
    "docs": "jsdoc2md \"index.js\" --heading-depth 3 --template readme.hbs > README.md",
    "test": "ava -v"
  },
  "standard": {
    "parser": "babel-eslint"
  },
  "version": "2.0.4"
}
