forked from kevicency/karma-sinon-chai
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 789 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
35
{
"name": "karma-sinon-chai",
"description": "Sinon and Chai for Karma",
"keywords": [
"karma",
"chai",
"sinon",
"mocha",
"should"
],
"version": "1.2.0",
"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>"
],
"peerDependencies": {
"chai": "^3.2.0",
"lolex": "^1.4.0",
"sinon": "^1.17.2",
"sinon-chai": "^2.8.0"
},
"dependencies": {},
"devDependencies": {}
}