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