mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
31 lines
780 B
JSON
31 lines
780 B
JSON
{
|
|
"name": "puppeteer-firefox",
|
|
"version": "0.4.2",
|
|
"description": "Puppeteer API for Firefox",
|
|
"main": "index.js",
|
|
"repository": "github:GoogleChrome/puppeteer",
|
|
"homepage": "https://github.com/GoogleChrome/puppeteer/tree/master/experimental/puppeteer-firefox",
|
|
"engines": {
|
|
"node": ">=8.9.4"
|
|
},
|
|
"puppeteer": {
|
|
"firefox_revision": "2f959d575a3d61f5dda12e4e2dca1f46a92ab569"
|
|
},
|
|
"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",
|
|
"rimraf": "^2.6.1",
|
|
"ws": "^6.1.0"
|
|
}
|
|
}
|