aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/nextcloud-carnet/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/nextcloud-carnet/package.json')
-rw-r--r--recipes/nextcloud-carnet/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/nextcloud-carnet/package.json b/recipes/nextcloud-carnet/package.json
new file mode 100644
index 0000000..2513cc7
--- /dev/null
+++ b/recipes/nextcloud-carnet/package.json
@@ -0,0 +1,16 @@
1{
2 "id": "nextcloud-carnet",
3 "name": "Carnet (Nextcloud)",
4 "version": "1.0.0",
5 "description": "Ferdi recipe for Carnet (hosted on Nextcloud). Carnet is a complete and rich note taking app.",
6 "main": "index.js",
7 "author": "Edgars Andersons <Edgars+GitHub@gaitenis.id.lv>",
8 "license": "MIT",
9 "repository": "https://github.com/eandersons/ferdi-recipe-nextcloud-carnet",
10 "config": {
11 "hasNotificationSound": true,
12 "hasIndirectMessages": true,
13 "hasCustomUrl": true,
14 "serviceURL": "https://{nextcloud}/apps/carnet/"
15 }
16}