package.json 661 B

1234567891011121314151617181920212223242526272829
  1. {
  2. "name": "loli-safe",
  3. "version": "2.2.0",
  4. "description": "Pomf-like uploading service, written in node",
  5. "author": "kanadeko",
  6. "repository": {
  7. "type": "git",
  8. "url": "https://github.com/kanadeko/loli-safe"
  9. },
  10. "bugs": {
  11. "url": "https://github.com/kanadeko/loli-safe/issues"
  12. },
  13. "engines": {
  14. "node": ">=7.0.0"
  15. },
  16. "license": "MIT",
  17. "dependencies": {
  18. "bcrypt": "^1.0.2",
  19. "body-parser": "^1.16.0",
  20. "express": "^4.14.0",
  21. "express-rate-limit": "^2.6.0",
  22. "fluent-ffmpeg": "^2.1.0",
  23. "gm": "^1.23.0",
  24. "knex": "^0.12.6",
  25. "multer": "^1.2.1",
  26. "randomstring": "^1.1.5",
  27. "sqlite3": "^3.1.8"
  28. }
  29. }