aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/roundcube/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/roundcube/package.json')
-rw-r--r--recipes/roundcube/package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/recipes/roundcube/package.json b/recipes/roundcube/package.json
new file mode 100644
index 0000000..a9428dc
--- /dev/null
+++ b/recipes/roundcube/package.json
@@ -0,0 +1,15 @@
1{
2 "id": "roundcube",
3 "name": "Roundcube",
4 "version": "1.0.0",
5 "description": "Roundcube - Free and Open Source Webmail Software",
6 "main": "index.js",
7 "author": "Jonathan Juursema <dev@jonathanj.nl>",
8 "repository": "https://github.com/jonathanjuursema/franz-roundcube",
9 "license": "MIT",
10 "config": {
11 "hasCustomUrl": true,
12 "hasNotificationSound": false,
13 "hasIndirectMessages": false
14 }
15}