package.json 886 B

1234567891011121314151617181920212223242526272829303132333435363738
  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. "cloudscraper": "1.4.1",
  23. "commander": "2.6.0",
  24. "mkdirp": "0.5.0",
  25. "request": "2.74.0",
  26. "xml2js": "0.4.5"
  27. },
  28. "devDependencies": {
  29. "typing": "2.1.0",
  30. "tslint": "2.3.0-beta",
  31. "typescript": "1.5.0-beta"
  32. },
  33. "scripts": {
  34. "prepublish": "npm run types && tsc",
  35. "test": "node ts --only-test",
  36. "types": "typings install"
  37. }
  38. }