UNPKG

selenium-standalone

Version:

installs a `selenium-standalone` command line to install and start a standalone selenium server

41 lines (40 loc) 1.06 kB
{ "name": "selenium-standalone", "version": "5.11.1", "description": "installs a `selenium-standalone` command line to install and start a standalone selenium server", "main": "index.js", "scripts": { "test": "./bin/selenium-standalone install && mocha" }, "bin": { "selenium-standalone": "./bin/selenium-standalone", "start-selenium": "./bin/start-selenium" }, "repository": { "type": "git", "url": "git@github.com:vvo/selenium-standalone.git" }, "bugs": { "url": "https://github.com/vvo/selenium-standalone/issues" }, "homepage": "https://github.com/vvo/selenium-standalone", "author": "Vincent Voyer <vincent@zeroload.net>", "license": "MIT", "dependencies": { "async": "1.2.1", "commander": "2.6.0", "lodash": "3.9.3", "minimist": "1.1.0", "mkdirp": "0.5.0", "progress": "1.1.8", "request": "2.79.0", "tar-stream": "1.5.2", "urijs": "1.16.1", "which": "1.1.1", "yauzl": "^2.5.0" }, "devDependencies": { "chai": "3.5.0", "mocha": "3.2.0" } }