forked from webdriverio-community/node-geckodriver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 884 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "geckodriver",
"version": "1.19.1",
"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": "[email protected]",
"url": "http://vf.io"
},
"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.4.11",
"bluebird": "3.4.6",
"got": "5.6.0",
"tar": "4.4.2",
"https-proxy-agent": "3.0.0"
},
"devDependencies": {
"ava": "0.15.2"
}
}