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.
 
 
 

16 lines
300 B

  1. {
  2. "name": "icon-scrapper",
  3. "version": "1.0.0",
  4. "description": "Scraping icons from various sites",
  5. "main": "scrape.js",
  6. "scripts": {
  7. "start": "node scrape.js"
  8. },
  9. "author": "Ben Coleman",
  10. "license": "MIT",
  11. "dependencies": {
  12. "jsdom": "^13.1.0",
  13. "request": "^2.88.0"
  14. }
  15. }