You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
51 lines
1.1 KiB
51 lines
1.1 KiB
{ |
|
"name": "chromedriver-proxy", |
|
"version": "0.14.0", |
|
"description": "An extensible proxy to chromedriver", |
|
"keywords": [ |
|
"selenium", |
|
"chrome", |
|
"chromedriver", |
|
"headless" |
|
], |
|
"engines": { |
|
"node": ">=8" |
|
}, |
|
"author": "Jason Gowan", |
|
"license": "MIT", |
|
"files": [ |
|
"README.md", |
|
"LICENSE.txt", |
|
"index.js", |
|
"package.json", |
|
"package-lock.json", |
|
"bin/", |
|
"lib/" |
|
], |
|
"dependencies": { |
|
"aws-sdk": "^2.811.0", |
|
"chrome-remote-interface": "^0.27.2", |
|
"commander": "^2.20.3", |
|
"debug": "^3.2.7", |
|
"get-port": "^3.2.0", |
|
"http-proxy": "^1.18.1", |
|
"package.json": "^2.0.1", |
|
"yarn": "^1.22.10" |
|
}, |
|
"devDependencies": { |
|
"chai": "^4.2.0", |
|
"eslint": "^6.8.0", |
|
"eslint-config-airbnb-base": "^12.1.0", |
|
"eslint-plugin-import": "^2.22.1", |
|
"js-yaml": "^3.14.1", |
|
"mocha": "^4.1.0", |
|
"node-simple-router": "^0.10.2", |
|
"selenium-webdriver": "^3.6.0" |
|
}, |
|
"scripts": { |
|
"test": "./scripts/run-tests.sh" |
|
}, |
|
"bin": { |
|
"chromedriver-proxy": "./bin/chromedriver-proxy" |
|
} |
|
}
|
|
|