UNPKG

browser-driver-installer

Version:

Installs Chrome and Gecko drivers that matches with the specified browser versions

30 lines (29 loc) 881 B
{ "author": "Unscrambl", "bin": { "checkEnvironmentAndInstall": "./install_browser_drivers", "installBrowserDrivers": "./install_browser_drivers" }, "dependencies": { "commander": "^7.2.0", "extract-zip": "^2.0.1", "request": "^2.88.2", "shelljs": "^0.8.4", "tar": "^6.1.9" }, "description": "Installs Chrome and Gecko drivers that matches with the specified browser versions", "devDependencies": { "chai": "^4.3.4", "mocha": "^10.1.0", "sinon": "^10.0.0", "sinon-chai": "^3.6.0" }, "license": "Apache-2.0", "main": "index.js", "name": "browser-driver-installer", "repository": "github:unscrambl/browser-driver-installer", "scripts": { "test": "node_modules/mocha/bin/mocha *.spec.js --timeout 60000" }, "version": "2.1.4" }