-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.01 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
{
"author": "TestingBot <[email protected]> (testingbot.com)",
"name": "testingbot-tunnel-launcher",
"description": "A wrapper around TestingBot's Tunnel",
"version": "1.1.14",
"homepage": "https://github.com/testingbot/testingbot-tunnel-launcher",
"scripts": {
"lint": "eslint lib/",
"test": "mocha --exit --reporter spec",
"build": "babel lib -d build"
},
"dependencies": {
"async": "^3.2.6"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-eslint": "^10.0.3",
"babel-preset-env": "^1.6.1",
"eslint": "^7.32.0",
"mocha": "^9.1.1",
"mocha-junit-reporter": "^2.0.0"
},
"engines": {
"node": ">=4.4"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/testingbot/testingbot-tunnel-launcher/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/testingbot/testingbot-tunnel-launcher.git"
},
"keywords": [
"testingbot tunnel",
"selenium",
"testingbot",
"test",
"automation",
"cloud"
]
}