UNPKG

browser-driver-installer

Version:

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

25 lines (24 loc) 698 B
{ "author": "Unscrambl", "bin": { "browserDriverInstaller": "./index.js" }, "dependencies": { "chai": "4.1.2", "chai-sinon": "2.8.1", "commander": "2.15.1", "mocha": "5.1.1", "shelljs": "0.8.1", "sinon": "5.0.2" }, "description": "Installs Chrome and Gecko drivers that matches with the specified browser versions", "license": "Apache-2.0", "main": "index.js", "name": "browser-driver-installer", "repository": "github:unscrambl/browser-driver-installer", "scripts": { "postinstall": "./postinstall", "test": "node_modules/mocha/bin/mocha *.spec.js" }, "version": "1.0.5" }