UNPKG

869 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.1.4",
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 "scripts": {
24 "prepublish": "node ./node_modules/bower/bin/bower install"
25 },
26 "contributors": [
27 "Greg Thornton <xdissent@me.com>",
28 "Tobias Kopelke <nox@raynode.de>"
29 ],
30 "dependencies": {
31 "chai": "~1.8",
32 "sinon-chai": "~2.4"
33 },
34 "devDependencies": {
35 "bower": "~1.2"
36 },
37 "peerDependencies": {
38 "karma": "~0.10"
39 }
40}