-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
36 lines (36 loc) · 885 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
{
"name": "seo-crawler",
"version": "1.0.0",
"description": "full site crawler for seo prerender",
"main": "index.js",
"author": "Andy Chen <shinningstar1001@gmail.com>",
"license": "MIT",
"scripts": {
"install": "node install.js",
"start": "node index.js",
"test": "ava *.test.js",
"test:w": "ava *.test.js -v --watch"
},
"dependencies": {
"async": "^2.5.0",
"cheerio": "^1.0.0-rc.2",
"chromeless": "^1.4.0",
"extract-zip": "^1.6.6",
"fs-extra": "^4.0.1",
"https-proxy-agent": "^2.1.0",
"moment": "^2.18.1",
"node-schedule": "^1.2.4",
"progress": "^2.0.0",
"proxy-from-env": "^1.0.0",
"rimraf": "^2.6.2",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.4.6"
},
"devDependencies": {
"ava": "^0.21.0",
"sinon": "^3.2.0"
},
"puppeteer": {
"chromium_revision": "524617"
}
}