package.json 272 B

12345678910111213141516
  1. {
  2. "name": "knackigate-slack",
  3. "dependencies": [
  4. "ws",
  5. "http",
  6. "client-sessions",
  7. "crypto",
  8. "node-file-cache",
  9. "memory-cache",
  10. "sleep"
  11. ],
  12. "repository": {
  13. "type": "git",
  14. "url": "git@git.knacki.info:isundil/knackigate-slack"
  15. }
  16. }