{
  "name": "btrz-circuit-breaker",
  "version": "1.1.0",
  "description": "Circuit Breaker wrapper with native Promises",
  "main": "index.js",
  "scripts": {
    "test": "NODE_ENV=test node_modules/mocha/bin/mocha --ui bdd -t 5000 --exit",
    "test-w": "NODE_ENV=test node_modules/mocha/bin/mocha -w",
    "preversion": "npm test",
    "postversion": "git push origin master && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/Betterez/btrz-circuit-breaker.git"
  },
  "keywords": [
    "circuitbreaker",
    "promise"
  ],
  "author": "Betterez",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/Betterez/btrz-circuit-breaker/issues"
  },
  "homepage": "https://github.com/Betterez/btrz-circuit-breaker",
  "dependencies": {
    "circuit-breaker-js": "0.0.1"
  },
  "devDependencies": {
    "chai": "^3.0.0",
    "chai-as-promised": "^5.1.0",
    "chance": "0.7.1",
    "mocha": "latest",
    "sinon": "latest"
  }
}
