This repository has been archived by the owner on Dec 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
executable file
·45 lines (45 loc) · 1.76 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
{
"name": "cbt_tunnels",
"version": "1.2.2",
"description": "Creates a local connection to CrossBrowserTesting.com which allows you to test sites behind your firewall or to access web pages that are saved locally on your machine. In just a few seconds, you can establish a connection which allows you to do live testing, screenshots, or run Selenium scripts against any of the internal sites you have access to. This command line version uses WSS (secure websockets over https, port 443) to create the local connection. It can be scripted, so it is useful if you want to initiate a local connection programmatically before running automated javascript, screenshots, or selenium tests.",
"dependencies": {
"@crossbrowsertesting/pac-resolver": "3.0.1",
"cli-color": "1.1.0",
"clui": "0.3.1",
"express": "4.16.3",
"https-proxy-agent": "^3.0.1",
"lodash": "4.17.15",
"log4js": "3.0.3",
"request": "2.87.0",
"serve-index": "1.9.1",
"serve-static": "1.13.2",
"ws": "6.0.0",
"yargs": "12.0.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/crossbrowsertesting/cbt_tunnels.git"
},
"keywords": [
"CrossBrowserTesting.com",
"CrossBrowserTesting",
"CBT",
"browser",
"testing"
],
"author": "Warner Johnson : CrossBrowserTesting.com <warner@crossbrowsertesting.com> (https://github.com/crossbrowsertesting/)",
"preferGlobal": true,
"bin": {
"cbt_tunnels": "cmd_start.js"
},
"main": "tunnel_start.js",
"license": "MIT",
"bugs": {
"url": "https://github.com/crossbrowsertesting/cbt_tunnels/issues"
},
"homepage": "https://github.com/crossbrowsertesting/cbt_tunnels#readme"
}