UNPKG

1.5 kBJSONView Raw
1{
2 "name": "wct-sauce",
3 "version": "1.6.7",
4 "description": "WCT plugin that enables support for sauce browsers via Sauce Labs",
5 "keywords": [
6 "wct",
7 "web-component-tester",
8 "plugin"
9 ],
10 "homepage": "https://github.com/Polymer/wct-sauce",
11 "bugs": "https://github.com/Polymer/wct-sauce/issues",
12 "license": "BSD-3-Clause",
13 "repository": {
14 "type": "git",
15 "url": "https://github.com/Polymer/wct-sauce.git"
16 },
17 "scripts": {
18 "postinstall": "node scripts/postinstall.js",
19 "test": "mocha"
20 },
21 "main": "lib/plugin.js",
22 "wct-plugin": {
23 "cli-options": {
24 "browsers": {
25 "help": "Remote Sauce Labs browsers to run tests on, or 'default'.",
26 "full": "sauce",
27 "metavar": "NAME",
28 "abbr": "s",
29 "list": true
30 },
31 "username": {
32 "help": "Sauce Labs username.",
33 "full": "sauce-username"
34 },
35 "accessKey": {
36 "help": "Sauce Labs access key.",
37 "full": "sauce-access-key"
38 },
39 "tunnelId": {
40 "help": "Sauce Connect tunnel identifier.",
41 "full": "sauce-tunnel-id"
42 }
43 }
44 },
45 "dependencies": {
46 "chalk": "^1.1.1",
47 "cleankill": "^1.0.0",
48 "lodash": "^3.0.1",
49 "request": "^2.53.0",
50 "sauce-connect-launcher": "^0.13.0",
51 "temp": "^0.8.1",
52 "uuid": "^2.0.1"
53 },
54 "devDependencies": {
55 "chai": "^3.3.0",
56 "gulp": "^3.8.10",
57 "gulp-jshint": "^1.9.0",
58 "jshint-stylish": "^2.0.1",
59 "mocha": "^2.2.4"
60 }
61}