aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/webex-teams/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/webex-teams/package.json')
-rw-r--r--recipes/webex-teams/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/webex-teams/package.json b/recipes/webex-teams/package.json
new file mode 100644
index 0000000..170ba50
--- /dev/null
+++ b/recipes/webex-teams/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "webex-teams",
3 "name": "Webex Teams",
4 "version": "1.0.0",
5 "description": "Cisco Webex Teams",
6 "main": "index.js",
7 "author": "Rok Bertoncelj <rok.bertoncelj@gmail.com>",
8 "license": "MIT",
9 "config": {
10 "serviceURL": "https://web.webex.com",
11 "hasNotificationSound": true,
12 "hasDirectMessages": true
13 }
14}