package.json 854 B

12345678910111213141516171819202122232425262728293031323334353637
  1. {
  2. "author": "Godzil",
  3. "description": "Crunchy is a fork of Crunchyroll.js, capable of downloading anime episodes from the popular CrunchyRoll streaming service.",
  4. "license": "MIT",
  5. "keywords": [
  6. "anime",
  7. "download",
  8. "crunchyroll"
  9. ],
  10. "name": "crunchy",
  11. "repository": {
  12. "type": "git",
  13. "url": "git://github.com/Godzil/crunchyroll.js.git"
  14. },
  15. "version": "1.1.14",
  16. "bin": {
  17. "crunchy": "./bin/crunchy"
  18. },
  19. "dependencies": {
  20. "big-integer": "1.4.4",
  21. "cheerio": "0.22.0",
  22. "commander": "2.6.0",
  23. "mkdirp": "0.5.0",
  24. "request": "2.74.0",
  25. "xml2js": "0.4.5"
  26. },
  27. "devDependencies": {
  28. "tsd": "0.5.7",
  29. "tslint": "2.3.0-beta",
  30. "typescript": "1.5.0-beta"
  31. },
  32. "scripts": {
  33. "prepublish": "npm run tsd && tsc",
  34. "test": "node ts --only-test",
  35. "tsd": "tsd reinstall -o -s"
  36. }
  37. }