aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/cliq/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/cliq/package.json')
-rw-r--r--recipes/cliq/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/cliq/package.json b/recipes/cliq/package.json
new file mode 100644
index 0000000..f6d2f09
--- /dev/null
+++ b/recipes/cliq/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "cliq",
3 "name": "Cliq",
4 "version": "1.0.0",
5 "description": "Cliq",
6 "main": "index.js",
7 "author": "Cliqgeek <git@cliqgeeks.com>",
8 "repository": "https://github.com/cliqgeek/recipe-cliq",
9 "config": {
10 "serviceURL": "https://www.zoho.com/cliq/login.html",
11 "hasNotificationSound": true,
12 "hasIndirectMessages": true
13 }
14}