25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

package.json 300 B

5 년 전
123456789101112131415
  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. }