mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
55 lines
1.5 KiB
JSON
55 lines
1.5 KiB
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": "167f4a537c7d87e967f5c1ce71fc9a100c347c8b"
|
|
},
|
|
"scripts": {
|
|
"install": "node install.js",
|
|
"unit": "node test/test.js",
|
|
"funit": "cross-env DUMPIO=1 PRODUCT=firefox node test/test.js",
|
|
"cunit": "cross-env PRODUCT=chromium node test/test.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"
|
|
},
|
|
"devDependencies": {
|
|
"puppeteer": "^1.11.0",
|
|
"@pptr/testrunner": "^0.5.0",
|
|
"@pptr/testserver": "^0.5.0",
|
|
"@types/debug": "0.0.31",
|
|
"@types/extract-zip": "^1.6.2",
|
|
"@types/mime": "^2.0.0",
|
|
"@types/node": "^8.10.34",
|
|
"@types/rimraf": "^2.0.2",
|
|
"@types/ws": "^6.0.1",
|
|
"commonmark": "^0.28.1",
|
|
"cross-env": "^5.0.5",
|
|
"eslint": "^5.9.0",
|
|
"esprima": "^4.0.0",
|
|
"jpeg-js": "^0.3.4",
|
|
"minimist": "^1.2.0",
|
|
"ncp": "^2.0.0",
|
|
"pixelmatch": "^4.0.2",
|
|
"pngjs": "^3.3.3",
|
|
"text-diff": "^1.0.1",
|
|
"typescript": "3.1.6"
|
|
}
|
|
}
|