UNPKG

879 BJSONView Raw
1{
2 "author": "Unscrambl",
3 "bin": {
4 "checkEnvironmentAndInstall": "./install_browser_drivers",
5 "installBrowserDrivers": "./install_browser_drivers"
6 },
7 "dependencies": {
8 "commander": "^3.0.2",
9 "extract-zip": "^1.6.7",
10 "request": "^2.88.0",
11 "shelljs": "^0.8.3",
12 "tar": "^5.0.5"
13 },
14 "devDependencies": {
15 "chai": "^4.2.0",
16 "mocha": "^6.2.1",
17 "sinon": "^7.5.0",
18 "sinon-chai": "^3.3.0"
19 },
20 "description": "Installs Chrome and Gecko drivers that matches with the specified browser versions",
21 "license": "Apache-2.0",
22 "main": "index.js",
23 "name": "browser-driver-installer",
24 "repository": "github:unscrambl/browser-driver-installer",
25 "scripts": {
26 "test": "node_modules/mocha/bin/mocha *.spec.js --timeout 60000"
27 },
28 "version": "2.0.3"
29}