{
  "name":        "circuit-breaker-js",
  "description": "Hystrix-like circuit breaker for JavaScript.",
  "version":     "0.0.1",
  "license":     "MIT",

  "author": "Yammer Inc. (http://www.yammer.com/)",

  "repository": {
    "type": "git",
    "url":  "git@github.int.yammer.com:yammer/circuit-breaker-js.git"
  },

  "main": "circuit-breaker.js",

  "devDependencies": {
    "docco":                 "~0.6.2",
    "express":               "~3.3.8",
    "grunt-contrib-connect": "~0.3.0",
    "grunt-contrib-jasmine": "~0.5.1",
    "grunt-contrib-jshint":  "~0.3.0"
  },

  "scripts": {
    "test": "grunt"
  }
}
