Add package.json and README

This commit is contained in:
Tulir Asokan
2017-11-12 18:50:57 +02:00
parent ed42a7b565
commit 1587fa0913
4 changed files with 2605 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
node_modules/
.idea/
+4
View File
@@ -0,0 +1,4 @@
# mautrix-telegram
A Matrix-Telegram puppeting bridge.
Not yet functional.
+2583
View File
File diff suppressed because it is too large Load Diff
+16
View File
@@ -0,0 +1,16 @@
{
"name": "mautrix-telegram",
"version": "0.1.0",
"description": "A Matrix-Telegram puppeting bridge",
"author": "Tulir Asokan <tulir@maunium.net>",
"license": "GPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/tulir/mautrix-telegram.git"
},
"dependencies": {
"telegram-mtproto": "2.x.x",
"matrix-js-sdk": "0.x.x",
"matrix-appservice-bridge": "1.x.x"
}
}