forked from Unit4/karma-extjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.17 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
{
"name": "karma-extjs",
"version": "1.0.6",
"description": "Use Karma to run tests for Ext JS applications",
"license": "MIT",
"author": "Bjørn Harald Olsen <[email protected]>",
"homepage": "https://github.com/unit4/karma-extjs",
"contributors": [
"Juan Gabriel Jiménez <[email protected]>"
],
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git://github.com/unit4/karma-extjs.git"
},
"keywords": [
"karma",
"jasmine",
"coverage",
"test",
"sencha",
"extjs",
"jsb3"
],
"bugs": {
"url": "https://github.com/unit4/karma-extjs/issues"
},
"dependencies": {
"q": "2.0.x",
"ecstatic": "0.8.x",
"jsb3": "1.0.x",
"merge": "1.2.x",
"karma": "0.13.x",
"karma-coverage": "0.4.x",
"karma-jasmine": ">=0.3.5",
"jasmine-core": "2.2.x",
"karma-chrome-launcher": "0.2.x",
"karma-ie-launcher": "0.2.x",
"karma-script-launcher": "0.1.x",
"karma-firefox-launcher": "0.1.x",
"karma-junit-reporter": "0.3.x",
"karma-phantomjs-launcher": "0.2.x",
"phantomjs": "1.9.x"
},
"devDependencies": {
"mocha": "*"
}
}