aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/redditchat/package.json
diff options
context:
space:
mode:
authorLibravatar djshadowxm82 <djshadowxm82@users.noreply.github.com>2019-10-20 18:15:03 -0400
committerLibravatar GitHub <noreply@github.com>2019-10-20 18:15:03 -0400
commit1a083dd39c67cc28ca69af9e63632ebaead18059 (patch)
tree5986bb78022b132c2d25018d493166f217e3c295 /uncompressed/redditchat/package.json
parentReddit Chat Addition (diff)
downloadferdium-recipes-1a083dd39c67cc28ca69af9e63632ebaead18059.tar.gz
ferdium-recipes-1a083dd39c67cc28ca69af9e63632ebaead18059.tar.zst
ferdium-recipes-1a083dd39c67cc28ca69af9e63632ebaead18059.zip
Add files via upload
Diffstat (limited to 'uncompressed/redditchat/package.json')
-rw-r--r--uncompressed/redditchat/package.json13
1 files changed, 13 insertions, 0 deletions
diff --git a/uncompressed/redditchat/package.json b/uncompressed/redditchat/package.json
new file mode 100644
index 0000000..f691800
--- /dev/null
+++ b/uncompressed/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}