aboutsummaryrefslogtreecommitdiffstats
path: root/uncompressed/nextcloud-tasks/package.json
diff options
context:
space:
mode:
authorLibravatar Edgars <Edgars@gaitenis.id.lv>2020-08-18 16:16:00 +0300
committerLibravatar Edgars <Edgars@gaitenis.id.lv>2020-08-18 16:16:00 +0300
commita8d2ea779b02904aeb18c9cb6891a0ee01617344 (patch)
tree25a92d5d9c7defa5f17a621faff67eeb66171b6d /uncompressed/nextcloud-tasks/package.json
parentMerge pull request #237 from mvdgun/patch-1 (diff)
downloadferdium-recipes-a8d2ea779b02904aeb18c9cb6891a0ee01617344.tar.gz
ferdium-recipes-a8d2ea779b02904aeb18c9cb6891a0ee01617344.tar.zst
ferdium-recipes-a8d2ea779b02904aeb18c9cb6891a0ee01617344.zip
Recipe for Nextcloud Tasks
Diffstat (limited to 'uncompressed/nextcloud-tasks/package.json')
-rw-r--r--uncompressed/nextcloud-tasks/package.json16
1 files changed, 16 insertions, 0 deletions
diff --git a/uncompressed/nextcloud-tasks/package.json b/uncompressed/nextcloud-tasks/package.json
new file mode 100644
index 0000000..cabc86a
--- /dev/null
+++ b/uncompressed/nextcloud-tasks/package.json
@@ -0,0 +1,16 @@
1{
2 "id": "nextcloud-tasks",
3 "name": "Nextcloud Tasks",
4 "version": "1.0.0",
5 "description": "Ferdi recipe for Nextcloud Tasks. Easily sync tasks from various devices with your Nextcloud and edit them online.",
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-tasks",
10 "config": {
11 "hasNotificationSound": true,
12 "hasIndirectMessages": true,
13 "hasCustomUrl": true,
14 "serviceURL": "https://{nextcloud}/apps/tasks/"
15 }
16}