{
  "name": "promisify-any",
  "version": "2.0.1",
  "description": "Promisify any of: callback function, sync function, generator function, promise-returning function",
  "main": "./lib/",
  "author": {
    "name": "Overlook Motel"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/overlookmotel/promisify-any.git"
  },
  "bugs": {
    "url": "https://github.com/overlookmotel/promisify-any/issues"
  },
  "dependencies": {
    "bluebird": "^2.10.0",
    "co-bluebird": "^1.1.0",
    "is-generator": "^1.0.2"
  },
  "devDependencies": {
    "generator-supported": "0.0.1",
    "mocha": "^2.3.2",
    "chai": "^3.2.0",
    "jshint": "^2.8.0",
    "istanbul": "^0.3.19",
    "coveralls": "^2.11.4"
  },
  "keywords": [
    "promise",
    "promisify",
    "any",
    "callback",
    "generator",
    "sync",
    "async"
  ],
  "scripts": {
    "test": "make test",
    "test-harmony": "make test-harmony",
    "cover": "make cover"
  },
  "engines": {
    "node": ">=0.10.0"
  },
  "readmeFilename": "README.md",
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/overlookmotel/promisify-any/raw/master/License"
    }
  ]
}
