{
  "name": "promise-breaker",
  "version": "5.0.0",
  "description": "Library to help write libraries that accept both promises and callbacks.",
  "main": "index.js",
  "types": "index.d.ts",
  "directories": {
    "test": "test"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/jwalton/node-promise-breaker"
  },
  "dependencies": {},
  "devDependencies": {
    "@jwalton/semantic-release-config": "^1.0.0",
    "@semantic-release/changelog": "^3.0.1",
    "@semantic-release/git": "^7.0.5",
    "chai": "^4.2.0",
    "chai-as-promised": "^7.1.1",
    "coveralls": "^3.0.2",
    "es6-promise": "^4.2.5",
    "eslint": "^6.0.1",
    "husky": "^2.0.0",
    "istanbul": "^0.4.5",
    "mocha": "^6.1.4",
    "semantic-release": "^15.13.15"
  },
  "scripts": {
    "test": "eslint ./index.js && istanbul cover _mocha",
    "semantic-release": "semantic-release"
  },
  "keywords": [
    "promise",
    "callback",
    "library"
  ],
  "author": "Jason Walton <dev@lucid.thedreaming.org> (https://github.com/jwalton)",
  "license": "MIT"
}
