UNPKG

digdug

Version:

Dig Dug. A simple abstraction library for downloading and launching WebDriver service tunnels.

36 lines 863 B
{ "name": "digdug", "version": "1.6.5", "description": "Dig Dug. A simple abstraction library for downloading and launching WebDriver service tunnels.", "repository": { "type": "git", "url": "https://github.com/theintern/digdug.git" }, "license": "BSD-3-Clause", "dependencies": { "decompress": "3.0.0", "dojo": "2.0.0-alpha.7", "semver": "~5.4.1" }, "devDependencies": { "intern": "3.2.3" }, "scripts": { "test": "./node_modules/.bin/intern-client config=tests/intern" }, "bugs": "https://github.com/theintern/digdug/issues", "keywords": [ "javascript", "test", "functional", "selenium", "webdriver", "sauce labs", "browserstack", "testingbot" ], "homepage": "https://github.com/theintern/digdug", "bin": { "digdugEnvironments": "./bin/digdugEnvironments.js" } }