package.json 395 B

1234567891011121314151617181920212223
  1. {
  2. "name": "knackigate-slack"
  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. ] ,"repository": {
  16. "type": "git",
  17. "url": "git@git.knacki.info:isundil/knackigate-slack"
  18. } ,"license": "GPL-3.0"
  19. }