aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/redditchat/package.json
blob: 833eda1d976fb9fbb4f7ce6b080fe9893ed49ac3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "id": "redditchat",
  "name": "Reddit Chat",
  "version": "1.0.1",
  "description": "Reddit Chat",
  "main": "index.js",
  "author": "Alex Bloom <administrator@shadowserversystems.com",
  "license": "MIT",
  "config": {
    "serviceURL": "https://www.reddit.com/chat/",
    "hasNotificationSound": false
  }
}