-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 787 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 787 Bytes
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
{
"name": "jcrawler",
"version": "1.3.1",
"description": "Asynchronous control flow wrapper to crawl websites",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:danielfsousa/jcrawler.git"
},
"keywords": [
"crawler",
"async",
"await",
"promises",
"web scraping",
"scraper",
"puppeteer",
"cheerio",
"osmosis"
],
"dependencies": {
"bluebird": "^3.5.1",
"bluebird-retry": "^0.11.0",
"cheerio": "^1.0.0-rc.2",
"mkdirp": "^0.5.1",
"osmosis": "^1.1.5",
"perfy": "^1.1.2"
},
"devDependencies": {
"standard": "^10.0.3"
},
"author": "Daniel Sousa <sousa.dfs@gmail.com>",
"license": "MIT"
}