selenium-standalone
Version:
installs a `selenium-standalone` command line to install and start a standalone selenium server
38 lines • 1.02 kB
JSON
{
"name": "selenium-standalone",
"version": "4.4.2",
"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": {
"URIjs": "^1.15.0",
"async": "^0.9.0",
"commander": "^2.6.0",
"lodash": "^2.4.1",
"minimist": "^1.1.0",
"mkdirp": "^0.5.0",
"progress": "^1.1.8",
"request": "^2.51.0",
"unzip": "^0.1.11",
"which": "1.1.1"
},
"devDependencies": {
"mocha": "^2.1.0"
}
}