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