aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/slack/package.json
blob: e198c1a731705e4d34975a69089f06c5e57a0255 (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.17",
  "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"
  }
}