webdriver-installer
Version:
Install the right WebDriver version for your local browsers, automatically.
28 lines (27 loc) • 623 B
JSON
{
"name": "webdriver-installer",
"version": "1.2.0",
"description": "Install the right WebDriver version for your local browsers, automatically.",
"main": "main.js",
"bin": {
"webdriver-installer": "main.js"
},
"repository": {
"type": "git",
"url": "https://github.com/shaka-project/webdriver-installer"
},
"keywords": [
"webdriver",
"chrome",
"firefox",
"edge"
],
"author": "Joey Parrish <joeyparrish@google.com>",
"dependencies": {
"node-fetch": "^2.6.7",
"regedit": "^5.0.0",
"tar-stream": "^2.2.0",
"yauzl": "^2.10.0"
},
"license": "Apache-2.0"
}