aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/redditchat/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/redditchat/package.json')
-rw-r--r--recipes/redditchat/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/recipes/redditchat/package.json b/recipes/redditchat/package.json
new file mode 100644
index 0000000..9830971
--- /dev/null
+++ b/recipes/redditchat/package.json
@@ -0,0 +1,13 @@
1{
2 "id": "redditchat",
3 "name": "Reddit Chat",
4 "version": "1.0.0",
5 "description": "Reddit Chat",
6 "main": "index.js",
7 "author": "Alex Bloom <administrator@shadowserversystems.com",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://www.reddit.com/chat/",
11 "hasNotificationSound": false
12 }
13}