aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/slack/package.json
blob: ac59dd271adc63173f4cd74693d4848c61876e21 (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.12",
  "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"
  }
}