1 | {
|
2 | "name": "karma-sinon-chai",
|
3 | "description": "Sinon and Chai for Karma",
|
4 | "keywords": [
|
5 | "karma",
|
6 | "chai",
|
7 | "sinon",
|
8 | "mocha",
|
9 | "should"
|
10 | ],
|
11 | "version": "2.0.2",
|
12 | "author": "Kevin Mees <kev.mees@gmail.com>",
|
13 | "main": "./index.js",
|
14 | "license": "MIT",
|
15 | "homepage": "https://github.com/kmees/karma-sinon-chai",
|
16 | "repository": {
|
17 | "type": "git",
|
18 | "url": "https://github.com/kmees/karma-sinon-chai.git"
|
19 | },
|
20 | "bugs": {
|
21 | "url": "https://github.com/kmees/karma-sinon-chai/issues"
|
22 | },
|
23 | "contributors": [
|
24 | "Greg Thornton <xdissent@me.com>",
|
25 | "Tobias Kopelke <nox@raynode.de>",
|
26 | "Kevin Mees <kev.mees@gmail.com>",
|
27 | "Adam Banky <banky.adam@gmail.com>"
|
28 | ],
|
29 | "peerDependencies": {
|
30 | "chai": ">=3.5.0",
|
31 | "sinon": ">=2.1.0",
|
32 | "sinon-chai": ">=2.9.0"
|
33 | }
|
34 | }
|