-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 976 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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "fetch-site",
"version": "1.8.2",
"main": "index.js",
"repository": "https://github.com/futurist/fetch-site",
"license": "MIT",
"scripts": {
"test": "jest"
},
"bin": {
"fs": "cli.js",
"fetch-site": "cli.js"
},
"files": [
"*.js"
],
"dependencies": {
"eval-expression": "^1.0.0",
"macos-release": "^2.3.0",
"make-dir": "^3.0.0",
"meow": "^5.0.0",
"mime-types": "^2.1.24",
"puppeteer": "^1.19.0",
"rev-hash": "^3.0.0",
"send-channel-message": "^1.0.3",
"windows-release": "^3.2.0"
},
"engines": {
"node": ">= 8"
},
"description": "Fetch website with all the resources/responses/requests to local files, using puppeteer.",
"keywords": [
"puppeteer",
"crawl",
"spider",
"cache",
"fetch",
"website"
],
"devDependencies": {
"dir-compare": "^1.7.3",
"express": "^4.17.1",
"jest": "^24.8.0",
"sort-on": "^4.1.0",
"toxy": "^0.3.16"
}
}