No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 263B

12345678910111213
  1. {
  2. "name": "data-crawler",
  3. "version": "1.0.0",
  4. "description": "A simple webcrawler written in JavaScript",
  5. "main": "index.js",
  6. "author": "CLI",
  7. "license": "ISC",
  8. "dependencies": {
  9. "cheerio": "^0.19.0",
  10. "url-parse": "^1.0.5",
  11. "request": "^2.65.0"
  12. }
  13. }