forked from puppeteer/examples
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 817 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"name": "puppeteer-examples",
"version": "0.0.1",
"author": "Eric Bidelman <[email protected]>",
"description": "Examples of using Puppeteer to do big things",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/GoogleChromeLabs/puppeteer-examples/issues"
},
"engines": {
"node": ">=8"
},
"dependencies": {
"caniuse-db": "^1.0.30000839",
"chalk": "^2.3.2",
"chrome-har": "^0.3.1",
"chrome-launcher": "^0.10.2",
"cli-table": "^0.3.1",
"del": "^3.0.0",
"express": "^4.16.3",
"lighthouse": "^2.9.4",
"mime": "^2.3.1",
"node-fetch": "^2.1.2",
"puppeteer": "^1.4.0",
"request": "^2.85.0",
"request-promise": "^4.2.2",
"request-promise-native": "^1.0.5",
"sharp": "^0.20.1",
"ws": "^5.1.1",
"yargs": "^11.0.0"
}
}