forked from xdissent/karma-chai
-
Notifications
You must be signed in to change notification settings - Fork 43
/
Copy pathpackage.json
34 lines (34 loc) · 801 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "karma-sinon-chai",
"description": "Sinon and Chai for Karma",
"keywords": [
"karma",
"chai",
"sinon",
"mocha",
"should"
],
"version": "2.0.2",
"author": "Kevin Mees <[email protected]>",
"main": "./index.js",
"license": "MIT",
"homepage": "https://github.com/kmees/karma-sinon-chai",
"repository": {
"type": "git",
"url": "https://github.com/kmees/karma-sinon-chai.git"
},
"bugs": {
"url": "https://github.com/kmees/karma-sinon-chai/issues"
},
"contributors": [
"Greg Thornton <[email protected]>",
"Tobias Kopelke <[email protected]>",
"Kevin Mees <[email protected]>",
"Adam Banky <[email protected]>"
],
"peerDependencies": {
"chai": ">=3.5.0",
"sinon": ">=2.1.0",
"sinon-chai": ">=2.9.0"
}
}