UNPKG

1.57 kBJSONView Raw
1{
2 "name": "wct-sauce",
3 "version": "1.6.3",
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": {
13 "type": "BSD-3-Clause",
14 "url": "http://polymer.github.io/LICENSE.txt"
15 },
16 "repository": {
17 "type": "git",
18 "url": "https://github.com/Polymer/wct-sauce.git"
19 },
20 "scripts": {
21 "postinstall": "node scripts/postinstall.js",
22 "test": "mocha"
23 },
24 "main": "lib/plugin.js",
25 "wct-plugin": {
26 "cli-options": {
27 "browsers": {
28 "help": "Remote Sauce Labs browsers to run tests on, or 'default'.",
29 "full": "sauce",
30 "metavar": "NAME",
31 "abbr": "s",
32 "list": true
33 },
34 "username": {
35 "help": "Sauce Labs username.",
36 "full": "sauce-username"
37 },
38 "accessKey": {
39 "help": "Sauce Labs access key.",
40 "full": "sauce-access-key"
41 },
42 "tunnelId": {
43 "help": "Sauce Connect tunnel identifier.",
44 "full": "sauce-tunnel-id"
45 }
46 }
47 },
48 "dependencies": {
49 "chalk": "^0.5.1",
50 "cleankill": "^1.0.0",
51 "lodash": "^3.0.1",
52 "request": "^2.53.0",
53 "sauce-connect-launcher": "^0.12.0",
54 "temp": "^0.8.1",
55 "uuid": "^2.0.1"
56 },
57 "devDependencies": {
58 "chai": "^2.2.0",
59 "gulp": "^3.8.10",
60 "gulp-jshint": "^1.9.0",
61 "jshint-stylish": "^1.0.0",
62 "mocha": "^2.2.4"
63 }
64}