blob: 6b79a34c45370f903cd89ae7b738d62785d8e4f0 [file] [log] [blame]
{
"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"
}
}