package.json 381 B

123456789101112131415161718192021
  1. {
  2. "name": "mimouchat",
  3. "description": "Slack http client using long polling",
  4. "dependencies": [
  5. "ws",
  6. "http",
  7. "client-sessions",
  8. "crypto",
  9. "sqlite3",
  10. "node-file-cache",
  11. "memory-cache",
  12. "sleep",
  13. "jimp",
  14. "openpgp"
  15. ],
  16. "repository": {
  17. "type": "git",
  18. "url": "git@git.knacki.info:isundil/mimouchat"
  19. },
  20. "license": "GPL-3.0"
  21. }