{
  "name": "karma-chai",
  "description": "Chai for Karma",
  "keywords": [
    "karma",
    "karma-plugin",
    "chai",
    "mocha",
    "should"
  ],
  "version": "0.1.0",
  "author": "Greg Thornton <xdissent@me.com> (http://xdissent.com)",
  "contributors": [
    {
      "name": "Alex Gorbatchev",
      "url": "https://github.com/alexgorbatchev"
    },
    {
      "name": "Thomas Parisot",
      "url": "https://github.com/oncletom"
    }
  ],
  "main": "./index.js",
  "license": "MIT",
  "homepage": "http://xdissent.github.io/karma-chai",
  "repository": {
    "type": "git",
    "url": "https://github.com/xdissent/karma-chai.git"
  },
  "bugs": {
    "url": "https://github.com/xdissent/karma-chai/issues"
  },
  "peerDependencies": {
    "chai": "*",
    "karma": ">=0.10.9"
  }
}
