aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/msteams/package.json
blob: abefdd0c82d2b4bace0624f9077ca4ae7121b0fd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "msteams",
  "name": "Microsoft Teams",
  "version": "3.2.0",
  "license": "MIT",
  "aliases": [
    "teamsChat"
  ],
  "config": {
    "serviceURL": "https://teams.microsoft.com",
    "hasNotificationSound": true,
    "hasIndirectMessages": true
  }
}