aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webex-teams/package.json
blob: 170ba5009949e8911a8c8e024b09c6baa2694b60 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "id": "webex-teams",
  "name": "Webex Teams",
  "version": "1.0.0",
  "description": "Cisco Webex Teams",
  "main": "index.js",
  "author": "Rok Bertoncelj <rok.bertoncelj@gmail.com>",
  "license": "MIT",
  "config": {
    "serviceURL": "https://web.webex.com",
    "hasNotificationSound": true,
    "hasDirectMessages": true
  }
}