2018-12-06 19:24:00 +00:00
|
|
|
{
|
|
|
|
"name": "puppeteer-firefox",
|
2018-12-06 20:39:03 +00:00
|
|
|
"version": "0.4.2",
|
2018-12-06 19:24:00 +00:00
|
|
|
"description": "Puppeteer API for Firefox",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": "github:GoogleChrome/puppeteer",
|
2019-02-06 18:06:36 +00:00
|
|
|
"homepage": "https://github.com/GoogleChrome/puppeteer/tree/master/experimental/puppeteer-firefox",
|
2018-12-06 19:24:00 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=8.9.4"
|
|
|
|
},
|
|
|
|
"puppeteer": {
|
2019-02-26 05:57:33 +00:00
|
|
|
"firefox_revision": "d69636bbb91f42286e81ef673b33a1459bcdfcea"
|
2018-12-06 19:24:00 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"install": "node install.js",
|
|
|
|
"tsc": "tsc -p ."
|
|
|
|
},
|
|
|
|
"author": "The Chromium Authors",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"debug": "^4.1.0",
|
|
|
|
"extract-zip": "^1.6.6",
|
|
|
|
"https-proxy-agent": "^2.2.1",
|
|
|
|
"mime": "^2.0.3",
|
|
|
|
"progress": "^2.0.1",
|
|
|
|
"proxy-from-env": "^1.0.0",
|
2019-02-25 19:43:54 +00:00
|
|
|
"rimraf": "^2.6.1",
|
|
|
|
"ws": "^6.1.0"
|
2018-12-06 19:24:00 +00:00
|
|
|
}
|
|
|
|
}
|