aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/twitch/package.json
blob: 9dfc0ce22a9357ee53cc214972deecc038e0c69e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "twitch",
  "name": "Twitch",
  "version": "1.0.0",
  "description": "Twitch chat",
  "main": "index.js",
  "author": "Colin O'Dell <colinodell@gmail.com>; RedbackThomson <redbackthomson@hotmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://www.twitch.tv/{teamId}/chat",
    "hasTeamId": true,
    "urlInputPrefix": "https://go.twitch.tv/",
    "hasNotificationSound": true,
    "hasIndirectMessages": false,
    "message": "Twitch chat allows you to not only interact with fellow members of the Twitch Community, but Broadcasters as well."
  }
}