{
  "author": "Matthijs Groen <matthijs.groen@gmail.com>",
  "name": "chai-backbone",
  "description": "Backbone assertions for the Chai assertion library",
  "keywords": [ "test", "assertion", "assert", "testing", "backbone", "chai-plugin", "browser", "vendor", "dom" ],
  "version": "0.9.4",
  "repository": {
    "type": "git",
    "url": "https://github.com/matthijsgroen/chai-backbone"
  },
  "bugs": {
    "url": "https://github.com/matthijsgroen/chai-backbone/issues"
  },
  "main": "./chai-backbone",
  "devDependencies": {
    "chai": ">= 1.0.0",
    "mocha": ">= 1.0.0",
    "coffee-script": ">= 1.4.0"
  },
  "dependencies": {
    "sinon": ">= 1.5.2",
    "chai-changes": ">= 1.0.0",
    "backbone": ">= 0.9.2"
  },
  "scripts": {
    "test": "mocha test/chai-backbone_spec.coffee",
    "test-browser": "./test.sh"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "http://github.com/matthijsgroen/chai-backbone/blob/master/LICENSE"
    }
  ]
}
