-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
37 lines (37 loc) · 890 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-jquery-chai",
"version": "0.1.3",
"description": "A Karma plugin - adapter for chai-jquery.",
"main": "./index.js",
"author": "Javier Mendiara Cañardo <[email protected]>",
"contributors": [
"Jonny Gerig Meyer <[email protected]> (http://www.oddbird.net)"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/jmendiara/karma-jquery-chai.git"
},
"bugs": {
"url": "https://github.com/jmendiara/karma-jquery-chai/issues"
},
"homepage": "https://github.com/jmendiara/karma-jquery-chai",
"keywords": [
"karma-plugin",
"karma-adapter",
"chai",
"jquery",
"chai-jquery"
],
"dependencies": {},
"peerDependencies": {
"karma": ">=0.10",
"jquery": "*",
"chai": "*",
"chai-jquery": "*"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-release": "~0.7.0"
}
}