aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/msteams/package.json
blob: 4b3579ab264ad98a712b9693ac321adb76bb7dbb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "msteams",
  "name": "Microsoft Teams",
  "version": "1.3.3",
  "description": "Microsoft Teams",
  "main": "index.js",
  "author": "Stefan Malzner <stefan@adlk.io>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://teams.microsoft.com",
    "hasNotificationSound": true,
    "hasDirectMessages": true,
    "hasIndirectMessages": true
  }
}