aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/slack/package.json
blob: 8463e885cccca164879dbd4abfd6e4479b4233b5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
  "id": "slack",
  "name": "Slack",
  "version": "1.0.16",
  "description": "Slack",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://{teamId}.slack.com",
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": true,
    "hasTeamId": true,
    "urlInputSuffix": ".slack.com"
  }
}