1
0
Fork 0
mirror of https://github.com/dadada/inbox2matrix.git synced 2025-06-08 10:03:57 +02:00

Add matrix bot and temporary inbox refresh

This commit is contained in:
Tim Schubert 2019-05-01 17:04:04 +02:00
parent 25b543cc57
commit 1579a8022d
2 changed files with 95 additions and 11 deletions

View file

@ -4,8 +4,9 @@
"description": "",
"main": "inbox2matrix.js",
"dependencies": {
"config": "^3.0.1",
"config": "^3.1.0",
"imap": "^0.8.19",
"matrix-js-sdk": "^1.1.0-rc.1",
"process": "^0.11.10"
},
"devDependencies": {},