package.json 482 B

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