start-selenium
Version:
Simple launcher for selenium server and Opera Driver
38 lines (37 loc) • 895 B
JSON
{
"name": "start-selenium",
"version": "0.0.5",
"description": "Simple launcher for selenium server and Opera Driver",
"main": "index.js",
"bin": {
"start-selenium": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/derflatulator/start-selenium.git"
},
"preferGlobal": true,
"keywords": [
"selenium",
"opera",
"firefox",
"chrome",
"phantomjs",
"selenium-standalone",
"launcher"
],
"author": "Lucas Azzola <lucas.azzola@iress.com.au>",
"license": "MIT",
"bugs": {
"url": "https://github.com/derflatulator/start-selenium/issues"
},
"homepage": "https://github.com/derflatulator/start-selenium#readme",
"dependencies": {
"operadriver": "0.2.2",
"selenium-standalone": "^5.5.0"
},
"devDependencies": {}
}