aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/telegram-react/package.json
diff options
context:
space:
mode:
authorLibravatar Amine <amine@mouafik.fr>2020-04-21 20:25:06 +0000
committerLibravatar GitHub <noreply@github.com>2020-04-21 20:25:06 +0000
commit9f371fd118e5d74e54985a2fb21a286cc78c4bdb (patch)
tree5fcee15c31f142263c516d6bb1a1e043939960d8 /uncompressed/telegram-react/package.json
parentRepackage archives not passing the checks (#131) (diff)
downloadferdium-recipes-9f371fd118e5d74e54985a2fb21a286cc78c4bdb.tar.gz
ferdium-recipes-9f371fd118e5d74e54985a2fb21a286cc78c4bdb.tar.zst
ferdium-recipes-9f371fd118e5d74e54985a2fb21a286cc78c4bdb.zip
Switch back to original Telegram, add Telegram React (#132)
Diffstat (limited to 'uncompressed/telegram-react/package.json')
-rw-r--r--uncompressed/telegram-react/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/uncompressed/telegram-react/package.json b/uncompressed/telegram-react/package.json
new file mode 100644
index 0000000..8a00a5b
--- /dev/null
+++ b/uncompressed/telegram-react/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "telegram-react",
3 "name": "Telegram React",
4 "version": "1.0.0",
5 "description": "Telegram React",
6 "main": "index.js",
7 "author": "Amine Mouafik <amine@mouafik.fr>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://evgeny-nadymov.github.io/telegram-react/",
11 "hasDirectMessages": true,
12 "hasNotificationSound": true
13 }
14}