package.json 365 B

123456789101112131415161718192021
  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. "node-file-cache",
  10. "memory-cache",
  11. "sleep",
  12. "jimp"
  13. ] ,"repository": {
  14. "type": "git",
  15. "url": "git@git.knacki.info:isundil/knackigate-slack"
  16. } ,"license": "GPL-3.0"
  17. }