Authentication may or may not now work

This commit is contained in:
Tulir Asokan
2017-11-13 01:19:12 +02:00
parent 9db90d2d5c
commit daeaca8c4f
13 changed files with 1100 additions and 121 deletions
+6 -3
View File
@@ -4,15 +4,18 @@
"description": "A Matrix-Telegram puppeting bridge",
"author": "Tulir Asokan <tulir@maunium.net>",
"license": "GPL-3.0",
"main": "index.js",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/tulir/mautrix-telegram.git"
},
"dependencies": {
"telegram-mtproto": "2.x.x",
"telegram-mtproto": "3.2.x",
"matrix-js-sdk": "0.x.x",
"matrix-appservice-bridge": "1.x.x"
"matrix-appservice-bridge": "1.x.x",
"commander": "2.11.x",
"yamljs": "0.3.x",
"colors": "1.1.x"
},
"devDependencies": {
"eslint": "4.11.x",