package.json 385 B

12345678910111213141516171819
  1. {
  2. "name": "crunchyroll",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "app.js",
  6. "scripts": {
  7. "test": "echo \"Error: no test specified\" && exit 1"
  8. },
  9. "author": "",
  10. "license": "ISC",
  11. "dependencies": {
  12. "big-integer": "^1.4.1",
  13. "cheerio": "^0.18.0",
  14. "commander": "^2.6.0",
  15. "mkdirp": "^0.5.0",
  16. "request": "^2.51.0",
  17. "xml2js": "^0.4.4"
  18. }
  19. }