1
0

package.json 380 B

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