UNPKG

762 BJSONView Raw
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": "0.3.0",
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 ],
27 "dependencies": {
28 "chai": "^1.10",
29 "sinon": "^1.12",
30 "sinon-chai": "^2.6",
31 "lodash": "^2.4.1"
32 },
33 "devDependencies": {
34 }
35}