forked from karma-runner/karma-sauce-launcher
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.74 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
{
"name": "karma-sauce-launcher",
"version": "0.2.10",
"description": "A Karma plugin. Launch any browser on SauceLabs!",
"main": "index.js",
"scripts": {
"test": "rm -rf node_modules/karma-sauce-launcher && mkdir node_modules/karma-sauce-launcher && cp -r index.js lib package.json ./node_modules/karma-sauce-launcher/ && karma start examples/karma.conf-ci.js"
},
"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": {
"wd": "~0.3.4",
"sauce-connect-launcher": "~0.6.0",
"q": "~0.9.6",
"saucelabs": "~0.1.0"
},
"peerDependencies": {
"karma": ">=0.11.11"
},
"license": "MIT",
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bump": "~0.0.7",
"grunt-npm": "~0.0.2",
"grunt-auto-release": "~0.0.2",
"karma-sauce-launcher": "0.2.3",
"karma-jasmine": "^0.1.5"
},
"contributors": [
"Chris Wren <[email protected]>",
"Chris Wren <[email protected]>",
"Pawel Kozlowski <[email protected]>",
"Ralf Kistner <[email protected]>",
"Santiago Suarez Ordoñez <[email protected]>",
"Caitlin Potter <[email protected]>",
"Chris Wren <[email protected]>",
"Johannes Würbach <[email protected]>",
"Johannes Würbach <[email protected]>",
"OniOni <[email protected]>",
"Parashuram <[email protected]>",
"Parashuram N <[email protected]>",
"Shahar Talmi <[email protected]>",
"sebv <[email protected]>",
"yhwh <[email protected]>"
]
}