aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/nextcloud-cospend/package.json
diff options
context:
space:
mode:
authorLibravatar Edgars <Edgars@gaitenis.id.lv>2020-08-18 16:27:22 +0300
committerLibravatar Edgars <Edgars@gaitenis.id.lv>2020-08-18 16:27:22 +0300
commitf34f54f31bbfac9d921ca39767f518ab72f30973 (patch)
treeb991781702d8d57e8c66da35eee46ec5f11a4540 /uncompressed/nextcloud-cospend/package.json
parentMerge pull request #237 from mvdgun/patch-1 (diff)
downloadferdium-recipes-f34f54f31bbfac9d921ca39767f518ab72f30973.tar.gz
ferdium-recipes-f34f54f31bbfac9d921ca39767f518ab72f30973.tar.zst
ferdium-recipes-f34f54f31bbfac9d921ca39767f518ab72f30973.zip
Recipe for Nextcloud Cospend
Nextcloud Cospend is a group/shared budget manager.
Diffstat (limited to 'uncompressed/nextcloud-cospend/package.json')
-rw-r--r--uncompressed/nextcloud-cospend/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/uncompressed/nextcloud-cospend/package.json b/uncompressed/nextcloud-cospend/package.json
new file mode 100644
index 0000000..89ae0c9
--- /dev/null
+++ b/uncompressed/nextcloud-cospend/package.json
@@ -0,0 +1,16 @@
1{
2 "id": "nextcloud-cospend",
3 "name": "Nextcloud Cospend",
4 "version": "1.0.0",
5 "description": "Ferdi recipe for Nextcloud Cospend. Nextcloud Cospend is a group/shared budget manager.",
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-cospend",
10 "config": {
11 "hasNotificationSound": true,
12 "hasIndirectMessages": true,
13 "hasCustomUrl": true,
14 "serviceURL": "https://{nextcloud}/apps/cospend/"
15 }
16}