UNPKG

3.19 kBJSONView Raw
1{
2 "name": "karma-sauce-launcher",
3 "version": "4.3.6",
4 "description": "A Karma plugin. Launch any browser on SauceLabs!",
5 "main": "./dist/index.js",
6 "scripts": {
7 "build": "tsc -p src",
8 "run-example": "yarn build && yarn copy-dist-to-modules && yarn run-example-karma",
9 "copy-dist-to-modules": "rm -rf node_modules/karma-sauce-launcher && mv dist/ node_modules/karma-sauce-launcher",
10 "run-example-karma": "yarn karma start examples/karma.conf-ci.js"
11 },
12 "files": [
13 "dist"
14 ],
15 "repository": {
16 "type": "git",
17 "url": "git://github.com/karma-runner/karma-sauce-launcher.git"
18 },
19 "publishConfig": {
20 "registry": "https://registry.npmjs.org/",
21 "tag": "latest"
22 },
23 "engines": {
24 "node": ">= 10.0.0"
25 },
26 "husky": {
27 "hooks": {
28 "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
29 }
30 },
31 "keywords": [
32 "karma-plugin",
33 "karma-launcher",
34 "sauce",
35 "labs",
36 "saucelabs"
37 ],
38 "author": "Vojta Jina <vojta.jina@gmail.com>",
39 "dependencies": {
40 "global-agent": "^2.1.12",
41 "saucelabs": "^4.6.3",
42 "webdriverio": "^6.7.0"
43 },
44 "license": "MIT",
45 "devDependencies": {
46 "@commitlint/cli": "11.0.0",
47 "@commitlint/config-conventional": "11.0.0",
48 "@semantic-release/changelog": "5.0.1",
49 "@semantic-release/git": "9.0.0",
50 "@semantic-release/npm": "7.0.10",
51 "@types/fs-extra": "^9.0.6",
52 "@types/global-agent": "^2.1.0",
53 "@types/node": "^14.14.22",
54 "husky": "4.3.8",
55 "jasmine": "^3.6.4",
56 "karma": "^5.2.3",
57 "karma-jasmine": "^4.0.1",
58 "semantic-release": "17.3.7",
59 "typescript": "^4.1.3"
60 },
61 "contributors": [
62 "Mark Ethan Trostler <mark@zzo.com>",
63 "dignifiedquire <dignifiedquire@gmail.com>",
64 "Chris Wren <chris@saucelabs.com>",
65 "Friedel Ziegelmayer <dignifiedquire@gmail.com>",
66 "Chris Wren <cthewren@gmail.com>",
67 "Chris Wren <chriswrendev@gmail.com>",
68 "Pawel Kozlowski <pkozlowski.opensource@gmail.com>",
69 "Ralf Kistner <ralf@embarkmobile.com>",
70 "Takashi Aoki <taak77@gmail.com>",
71 "Julian Motz <me@julianmotz.com>",
72 "Jason Marshall <jdmarshall@users.noreply.github.com>",
73 "Santiago Suarez Ordoñez <santiycr@gmail.com>",
74 "Sahat Yalkabov <sakhat@gmail.com>",
75 "Shahar Talmi <shahar.talmi@gmail.com>",
76 "jackspirou <jack.spirou@target.com>",
77 "sebv <seb.vincent@gmail.com>",
78 "Benedikt Rötsch <axe312ger@users.noreply.github.com>",
79 "yhwh <ferrero.nicolas@gmail.com>",
80 "Caitlin Potter <caitpotter88@gmail.com>",
81 "Dylan Lacey <github@dylanlacey.com>",
82 "Eduardo Rabelo <oieduardorabelo@gmail.com>",
83 "Jamie Mason <siunmaru@gmail.com>",
84 "Johannes Würbach <johannes.wuerbach@googlemail.com>",
85 "Johannes Würbach <johannes.wuerbach@googlemail.com>",
86 "Maks3w <github.maks3w@virtualplanets.net>",
87 "Matt Kubej <mkubej@gmail.com>",
88 "OniOni <mathieu.c.sabourin@gmail.com>",
89 "Parashuram <code@nparashuram.com>",
90 "Parashuram N <code@r.nparashuram.com>",
91 "Peter Johason <peter@peterjohanson.com>",
92 "Paul Gschwendtner <paulgschwendtner@gmail.com>",
93 "Christian Bromann <chrisian@saucelabs.com>",
94 "Wim Selles <wim@wswebcreation.nl>"
95 ]
96}