aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/reddit/package.json
diff options
context:
space:
mode:
authorLibravatar vantezzen <hello@vantezzen.io>2020-03-27 11:41:33 +0100
committerLibravatar vantezzen <hello@vantezzen.io>2020-03-27 11:41:33 +0100
commit70c132dcaf0a76aa700fa79a0d66cedf224dbf67 (patch)
tree07049cf1c9aa7b156676750517a6fd496b9d8773 /uncompressed/reddit/package.json
parent#80 Fix icon for Slack March 2020 styles update (diff)
downloadferdium-recipes-70c132dcaf0a76aa700fa79a0d66cedf224dbf67.tar.gz
ferdium-recipes-70c132dcaf0a76aa700fa79a0d66cedf224dbf67.tar.zst
ferdium-recipes-70c132dcaf0a76aa700fa79a0d66cedf224dbf67.zip
Add reddit
Diffstat (limited to 'uncompressed/reddit/package.json')
-rw-r--r--uncompressed/reddit/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/uncompressed/reddit/package.json b/uncompressed/reddit/package.json
new file mode 100644
index 0000000..c0df9bd
--- /dev/null
+++ b/uncompressed/reddit/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "reddit",
3 "name": "Reddit",
4 "version": "1.0.0",
5 "description": "Reddit",
6 "main": "index.js",
7 "author": "Alex Devero <deveroalex@gmail.com> and The Ferdi Team <hello@getferdi.com>",
8 "license": "MIT",
9 "repository": "https://github.com/getferdi/recipes",
10 "config": {
11 "hasNotificationSound": false,
12 "hasIndirectMessages": true,
13 "serviceURL": "https://www.reddit.com/"
14 }
15}