aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/reddit/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/reddit/package.json')
-rw-r--r--recipes/reddit/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/reddit/package.json b/recipes/reddit/package.json
new file mode 100644
index 0000000..c0df9bd
--- /dev/null
+++ b/recipes/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}