{
  "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"
  }
}
