package.json 305 B

12345678910111213141516
  1. {
  2. "name": "spox-ripper",
  3. "version": "1.0.0",
  4. "main": "index.js",
  5. "scripts": {
  6. "test": "echo \"Error: no test specified\" && exit 1"
  7. },
  8. "keywords": [],
  9. "author": "",
  10. "license": "ISC",
  11. "description": "",
  12. "dependencies": {
  13. "cheerio": "^1.0.0-rc.2",
  14. "request": "^2.83.0"
  15. }
  16. }