package.json 353 B

1234567891011121314151617181920
  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. ] ,"repository": {
  13. "type": "git",
  14. "url": "git@git.knacki.info:isundil/knackigate-slack"
  15. } ,"license": "GPL-3.0"
  16. }