| 123456789101112131415161718192021 |
- {
- "name": "mimouchat",
- "description": "Slack http client using long polling",
- "dependencies": [
- "ws",
- "http",
- "client-sessions",
- "crypto",
- "sqlite3",
- "node-file-cache",
- "memory-cache",
- "sleep",
- "jimp",
- "openpgp"
- ],
- "repository": {
- "type": "git",
- "url": "git@git.knacki.info:isundil/mimouchat"
- },
- "license": "GPL-3.0"
- }
|