| { |
| "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" |
| } |