41 lines
927 B
JSON
41 lines
927 B
JSON
|
|
{
|
||
|
|
"name": "geckodriver",
|
||
|
|
"version": "3.2.0",
|
||
|
|
"description": "Downloader for https://github.com/mozilla/geckodriver/releases",
|
||
|
|
"scripts": {
|
||
|
|
"test": "ava",
|
||
|
|
"postinstall": "node index.js"
|
||
|
|
},
|
||
|
|
"repository": {
|
||
|
|
"type": "git",
|
||
|
|
"url": "git+https://github.com/vladikoff/node-geckodriver.git"
|
||
|
|
},
|
||
|
|
"author": {
|
||
|
|
"name": "vladikoff",
|
||
|
|
"email": "vlad.filippov@gmail.com",
|
||
|
|
"url": "http://vf.io"
|
||
|
|
},
|
||
|
|
"engines": {
|
||
|
|
"node": ">=12.0.0"
|
||
|
|
},
|
||
|
|
"main": "lib/geckodriver",
|
||
|
|
"bin": {
|
||
|
|
"geckodriver": "./bin/geckodriver"
|
||
|
|
},
|
||
|
|
"license": "MPL-2.0",
|
||
|
|
"bugs": {
|
||
|
|
"url": "https://github.com/vladikoff/node-geckodriver/issues"
|
||
|
|
},
|
||
|
|
"homepage": "https://github.com/vladikoff/node-geckodriver#readme",
|
||
|
|
"dependencies": {
|
||
|
|
"adm-zip": "0.5.9",
|
||
|
|
"bluebird": "3.7.2",
|
||
|
|
"got": "11.8.5",
|
||
|
|
"tar": "6.1.11",
|
||
|
|
"https-proxy-agent": "5.0.1"
|
||
|
|
},
|
||
|
|
"devDependencies": {
|
||
|
|
"ava": "3.15.0"
|
||
|
|
}
|
||
|
|
}
|