aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/msteams/package.json
blob: e98fd49b039b732a152b831ba2a7bcc739398bf5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "id": "msteams",
  "name": "Microsoft Teams",
  "version": "2.0.0",
  "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
  }
}