{
  "name": "webdriver-installer",
  "version": "1.3.2",
  "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",
    "opera"
  ],
  "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"
}
