forked from karma-runner/karma-sauce-launcher
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
64 lines (64 loc) · 1.98 KB
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
{
"name": "@mocha/karma-sauce-launcher",
"version": "2.1.0",
"description": "Mocha's fork of karma-runner/karma-sauce-launcher",
"main": "index.js",
"scripts": {
"test": "karma start",
"lint": "semistandard",
"pretest": "npm run lint"
},
"repository": {
"type": "git",
"url": "https://github.com/mochajs/karma-sauce-launcher.git"
},
"keywords": [
"karma-plugin",
"karma-launcher",
"sauce",
"labs",
"saucelabs"
],
"author": "Vojta Jina <vojta.jina@gmail.com>",
"dependencies": {
"@mocha/sauce-connect-launcher": "^2.0.0",
"q": "^1.4.1",
"saucelabs": "^1.3.0",
"wd": "^1.1.1"
},
"license": "MIT",
"devDependencies": {
"jasmine": "^2.5.3",
"karma": "^1.4.0",
"karma-jasmine": "^1.1.0",
"semistandard": "^11.0.0"
},
"contributors": [
"Mark Ethan Trostler <mark@zzo.com>",
"Chris Wren <chris@saucelabs.com>",
"dignifiedquire <dignifiedquire@gmail.com>",
"Friedel Ziegelmayer <dignifiedquire@gmail.com>",
"Chris Wren <cthewren@gmail.com>",
"Chris Wren <chriswrendev@gmail.com>",
"Pawel Kozlowski <pkozlowski.opensource@gmail.com>",
"Ralf Kistner <ralf@embarkmobile.com>",
"Takashi Aoki <taak77@gmail.com>",
"Santiago Suarez Ordoñez <santiycr@gmail.com>",
"Shahar Talmi <shahar.talmi@gmail.com>",
"jackspirou <jack.spirou@target.com>",
"sebv <seb.vincent@gmail.com>",
"Caitlin Potter <caitpotter88@gmail.com>",
"yhwh <ferrero.nicolas@gmail.com>",
"Eduardo Rabelo <oieduardorabelo@gmail.com>",
"Johannes Würbach <johannes.wuerbach@googlemail.com>",
"Johannes Würbach <johannes.wuerbach@googlemail.com>",
"Julian Motz <me@julianmotz.com>",
"Maks3w <github.maks3w@virtualplanets.net>",
"OniOni <mathieu.c.sabourin@gmail.com>",
"Parashuram <code@nparashuram.com>",
"Parashuram N <code@r.nparashuram.com>",
"Peter Johason <peter@peterjohanson.com>",
"Sahat Yalkabov <sakhat@gmail.com>",
"Markus Tacker <m@coderbyheart.com>"
]
}