-
Notifications
You must be signed in to change notification settings - Fork 64
/
Copy pathpackage.json
37 lines (37 loc) · 794 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
36
37
{
"name": "karma-chai",
"description": "Chai for Karma",
"keywords": [
"karma",
"karma-plugin",
"chai",
"mocha",
"should"
],
"version": "0.1.0",
"author": "Greg Thornton <[email protected]> (http://xdissent.com)",
"contributors": [
{
"name": "Alex Gorbatchev",
"url": "https://github.com/alexgorbatchev"
},
{
"name": "Thomas Parisot",
"url": "https://github.com/oncletom"
}
],
"main": "./index.js",
"license": "MIT",
"homepage": "http://xdissent.github.io/karma-chai",
"repository": {
"type": "git",
"url": "https://github.com/xdissent/karma-chai.git"
},
"bugs": {
"url": "https://github.com/xdissent/karma-chai/issues"
},
"peerDependencies": {
"chai": "*",
"karma": ">=0.10.9"
}
}