aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/kaizala/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/kaizala/package.json')
-rw-r--r--recipes/kaizala/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/kaizala/package.json b/recipes/kaizala/package.json
new file mode 100644
index 0000000..2867216
--- /dev/null
+++ b/recipes/kaizala/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "kaizala",
3 "name": "Microsoft Kaizala",
4 "version": "1.1.0",
5 "description": "Microsoft Kaizala",
6 "main": "index.js",
7 "author": "Stefan Malzner <stefan@adlk.io>",
8 "license": "MIT",
9 "repository": "https://github.com/meetfranz/recipe-microsoft-kaizala",
10 "config": {
11 "serviceURL": "https://webapp.kaiza.la",
12 "hasNotificationSound": true
13 }
14}