aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webex-teams/package.json
blob: e28ae137ddf637848500b6e592f375743b52a367 (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.1",
  "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
  }
}