forked from karma-runner/karma-sauce-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
71 lines (71 loc) · 2.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
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "karma-sauce-launcher",
"version": "1.0.0",
"description": "A Karma plugin. Launch any browser on SauceLabs!",
"main": "index.js",
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/karma-runner/karma-sauce-launcher.git"
},
"keywords": [
"karma-plugin",
"karma-launcher",
"sauce",
"labs",
"saucelabs"
],
"author": "Vojta Jina <[email protected]>",
"dependencies": {
"q": "^1.4.1",
"sauce-connect-launcher": "git+https://github.com/bermi/sauce-connect-launcher.git#366fcd4",
"saucelabs": "^1.0.1",
"wd": "^0.3.4"
},
"license": "MIT",
"devDependencies": {
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"grunt": "^0.4.1",
"grunt-auto-release": "^0.0.6",
"grunt-bump": "^0.6.0",
"grunt-conventional-changelog": "^5.0.0",
"grunt-conventional-github-releaser": "^0.5.0",
"grunt-eslint": "^17.3.1",
"grunt-karma": "1.x || ^0.12.1",
"grunt-npm": "^0.0.2",
"jasmine": "^2.3.2",
"karma": "1.x || ^0.13.11",
"karma-jasmine": "1.x || ^0.3.6",
"karma-sauce-launcher": "1.x || *",
"load-grunt-tasks": "^3.3.0"
},
"contributors": [
"Mark Ethan Trostler <[email protected]>",
"Chris Wren <[email protected]>",
"dignifiedquire <[email protected]>",
"Friedel Ziegelmayer <[email protected]>",
"Chris Wren <[email protected]>",
"Chris Wren <[email protected]>",
"Pawel Kozlowski <[email protected]>",
"Ralf Kistner <[email protected]>",
"Takashi Aoki <[email protected]>",
"Santiago Suarez Ordoñez <[email protected]>",
"jackspirou <[email protected]>",
"sebv <[email protected]>",
"Caitlin Potter <[email protected]>",
"yhwh <[email protected]>",
"Johannes Würbach <[email protected]>",
"Johannes Würbach <[email protected]>",
"Julian Motz <[email protected]>",
"Maks3w <[email protected]>",
"OniOni <[email protected]>",
"Parashuram <[email protected]>",
"Parashuram N <[email protected]>",
"Peter Johason <[email protected]>",
"Sahat Yalkabov <[email protected]>",
"Shahar Talmi <[email protected]>"
]
}