UNPKG

testingbot-tunnel-launcher

Version:
43 lines (42 loc) 1.03 kB
{ "author": "TestingBot <info@testingbot.com> (testingbot.com)", "name": "testingbot-tunnel-launcher", "description": "A wrapper around TestingBot's Tunnel", "version": "1.1.15", "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" ] }