mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
Puppeteer: staging commit.
This commit is contained in:
28
package.json
Normal file
28
package.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "puppeteer",
|
||||
"version": "0.0.1",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "python third_party/phantomjs/test/run-tests.py",
|
||||
"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": "index.js"
|
||||
},
|
||||
"puppeteer": {
|
||||
"chromium_revision": "468266"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user