{
  "name": "with-callback",
  "description": "A small helper function to bridge the gap when returning a promise from a function that takes a callback",
  "main": "index.js",
  "files": [
    "index.js"
  ],
  "scripts": {
    "test": "jest",
    "test-cov": "nyc ava --reporter=text --reporter=html",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "devDependencies": {
    "jest": "^16.0.2",
    "semantic-release": "^4.3.5"
  },
  "engines": {
    "node": ">=4"
  },
  "jest": {
    "testEnvironment": "node"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/dbrockman/with-callback.git"
  },
  "author": "David Brockman Smoliansky",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dbrockman/with-callback/issues"
  },
  "homepage": "https://github.com/dbrockman/with-callback#readme",
  "version": "1.0.2"
}