forked from xdissent/karma-chai
-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 801 Bytes
/
Copy pathpackage.json
File metadata and controls
34 lines (34 loc) · 801 Bytes
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 <kev.mees@gmail.com>",
"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 <xdissent@me.com>",
"Tobias Kopelke <nox@raynode.de>",
"Kevin Mees <kev.mees@gmail.com>",
"Adam Banky <banky.adam@gmail.com>"
],
"peerDependencies": {
"chai": ">=3.5.0",
"sinon": ">=2.1.0",
"sinon-chai": ">=2.9.0"
}
}