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