cheerio-crawler
Version:
Web site crawler using cheerio to scan HTML documents
32 lines (31 loc) • 607 B
JSON
{
"name": "cheerio-crawler",
"version": "1.1.1",
"description": "Web site crawler using cheerio to scan HTML documents",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reykjavikingur/cheerio-crawler.git"
},
"keywords": [
"crawler",
"scraper",
"html",
"cheerio",
"web"
],
"author": "",
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.2",
"promise": "^8.0.1",
"request": "^2.83.0"
},
"devDependencies": {
"mocha": "^5.0.1",
"should": "^13.2.1"
}
}