{
  "name": "promisify-call",
  "version": "2.0.4",
  "description": "Promisify a function call so users can call a function with a callback or get a promise",
  "main": "index.js",
  "scripts": {
    "test": "ava -v",
    "docs": "jsdoc2md \"index.js\" --heading-depth 3 --template readme.hbs > README.md"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/bojand/promisify-call.git"
  },
  "keywords": [
    "promise",
    "callback",
    "promisify"
  ],
  "author": {
    "name": "Bojan Djurkovic <dbojan@gmail.com>"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bojand/promisify-call/issues"
  },
  "homepage": "https://github.com/bojand/promisify-call#readme",
  "dependencies": {
    "with-callback": "^1.0.2"
  },
  "devDependencies": {
    "ava": "^0.17.0",
    "babel-eslint": "^7.1.1",
    "jsdoc-to-markdown": "^2.0.1",
    "standard": "^8.5.0"
  },
  "engines": {
    "node": ">=4.0"
  },
  "ava": {
    "files": [
      "test/*.test.js"
    ]
  },
  "directories": {
    "test": "test"
  },
  "standard": {
    "parser": "babel-eslint"
  }
}
