-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
59 lines (59 loc) · 1.29 KB
/
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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "karma-chai-plugins",
"description": "Chai browser plugins set for Karma",
"scripts": {
"pretest": "eslint . --ignore-path .gitignore",
"test": "karma start"
},
"keywords": [
"karma",
"karma-plugin",
"karma-framework",
"chai",
"sinon-chai",
"sinon",
"dom",
"jquery",
"chai-as-promised",
"chai-things"
],
"version": "0.9.0",
"author": {
"name": "Eugene Datsky",
"email": "[email protected]"
},
"main": "./index.js",
"license": "MIT",
"homepage": "https://github.com/princed/karma-chai-plugins",
"repository": {
"type": "git",
"url": "https://github.com/princed/karma-chai-plugins.git"
},
"bugs": {
"url": "https://github.com/princed/karma-chai-plugins/issues"
},
"greenkeeper": {
"ignore": [
"chai-as-promised"
]
},
"dependencies": {
"chai": "^3.4.1",
"chai-as-promised": "5.1.0",
"chai-dom": "^1.2.2",
"chai-jquery": "^2.0.0",
"chai-things": "^0.2.0",
"sinon": "^2.1.0",
"sinon-chai": "^2.8.0"
},
"devDependencies": {
"es6-promise": "^4.0.2",
"eslint": "^3.5.0",
"jquery": "^3.1.0",
"karma": "^1.3.0",
"karma-firefox-launcher": "^1.0.0",
"karma-mocha": "^1.0.1",
"karma-phantomjs-launcher": "^1.0.2",
"mocha": "^3.0.2"
}
}