forked from hotforfeature/wct-browserstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.72 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
57
58
59
60
61
62
{
"name": "wct-browserstack",
"version": "0.2.1",
"description": "WCT plugin that enables support for testing via Browserstack",
"main": "lib/plugin.js",
"wct-plugin": {
"cli-options": {
"browsers": {
"help": "Browserstack Automate (JS Testing) browsers to run tests on",
"full": "browserstack",
"metavar": "NAME",
"list": true
},
"defaults": {
"help": "Browserstack default capabilities applied to all browsers",
"full": "browserstack-defaults"
},
"username": {
"help": "Browserstack username",
"full": "browserstack-username"
},
"accessKey": {
"help": "Browserstack access key",
"full": "browserstack-access-key"
},
"tunnel": {
"help": "Browserstack tunnel config options",
"full": "browserstack-tunnel"
},
"client": {
"help": "Browserstack client API config options",
"full": "browserstack-client"
}
}
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"wct",
"web-component-tester",
"plugin",
"browserstack"
],
"author": "Andrew Mitchell <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/hotforfeature/wct-browserstack",
"bugs": "https://github.com/hotforfeature/wct-browserstack/issues",
"repository": {
"type": "git",
"url": "https://github.com/hotforfeature/wct-browserstack.git"
},
"dependencies": {
"browserstack-local": "^1.3.0",
"cleankill": "^2.0.0",
"node-browserstack": "^0.2.3",
"web-component-tester-custom-runner": "^6.1.0"
},
"peerDependencies": {
"web-component-tester-custom-runner": "^6.1.0"
}
}