aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/zimbra/package.json
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2019-12-11 19:52:52 +0100
committerLibravatar Bennett <hello@vantezzen.io>2019-12-11 19:52:52 +0100
commit3c374271bff116415bbc680739e597d0c05e529a (patch)
tree333584c7044eb2f585e356057b9c54fec93e3e07 /uncompressed/zimbra/package.json
parentMerge branch 'master' of https://github.com/getferdi/recipes (diff)
downloadferdium-recipes-3c374271bff116415bbc680739e597d0c05e529a.tar.gz
ferdium-recipes-3c374271bff116415bbc680739e597d0c05e529a.tar.zst
ferdium-recipes-3c374271bff116415bbc680739e597d0c05e529a.zip
Add Zimbra recipe
Diffstat (limited to 'uncompressed/zimbra/package.json')
-rw-r--r--uncompressed/zimbra/package.json14
1 files changed, 14 insertions, 0 deletions
diff --git a/uncompressed/zimbra/package.json b/uncompressed/zimbra/package.json
new file mode 100644
index 0000000..c3633e8
--- /dev/null
+++ b/uncompressed/zimbra/package.json
@@ -0,0 +1,14 @@
1{
2 "id": "zimbra",
3 "name": "Zimbra",
4 "version": "1.0.0",
5 "description": "Zimbra",
6 "main": "index.js",
7 "author": "Ferdi Team <hello@getferdi.com>",
8 "license": "MIT",
9 "config": {
10 "hasNotificationSound": true,
11 "hasIndirectMessages": true,
12 "hasCustomUrl": true
13 }
14}