rr-scraping
Version:
This module is used to scrap data from websites
21 lines (20 loc) • 394 B
JSON
{
"name": "rr-scraping",
"version": "0.5.0",
"description": "This module is used to scrap data from websites",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"scraping",
"node",
"js"
],
"author": "rroxysam",
"license": "MIT",
"dependencies": {
"request": "latest",
"cheerio": "latest"
}
}