puppeteer/package.json
Andrey Lushnikov e1d9b29666 Roll chromium to r478524
This patch rolls chromium to r478524, which is a current Canary
version. This version fixes recent test regressions.
2017-06-11 22:44:50 -07:00

34 lines
798 B
JSON

{
"name": "puppeteer",
"version": "0.0.1",
"description": "",
"main": "index.js",
"scripts": {
"test-puppeteer": "jasmine test/test.js",
"test-phantom": "python third_party/phantomjs/test/run-tests.py",
"test": "npm run test-puppeteer && npm run test-phantom",
"install": "node install.js"
},
"author": "The Chromium Authors",
"license": "SEE LICENSE IN LICENSE",
"dependencies": {
"chrome-remote-interface": "^0.18.0",
"deasync": "^0.1.9",
"extract-zip": "^1.6.5",
"mime": "^1.3.4",
"minimist": "^1.2.0",
"ncp": "^2.0.0",
"progress": "^2.0.0",
"rimraf": "^2.6.1"
},
"bin": {
"puppeteer": "./bin/puppeteer.js"
},
"puppeteer": {
"chromium_revision": "478524"
},
"devDependencies": {
"jasmine": "^2.6.0"
}
}