splitted functionality

This commit is contained in:
jkoschke
2021-02-22 01:03:28 +01:00
parent c77812d857
commit 0ed1e74080
11 changed files with 604 additions and 362 deletions

View File

@ -1,11 +1,14 @@
{
"name": "node-red-contrib-nextcloud",
"name": "node-red-contrib-nextcloud-plus",
"version": "0.1.3",
"description": "Collection of node-red nodes to download Calendars (CalDAV) and Contacts (CardDAV) and up- / download / list files (WebDAV) from / to nextcloud",
"main": "nextcloud.js",
"node-red": {
"nodes": {
"Nextcloud": "nextcloud.js"
"Nextcloud": "nextcloud.js",
"NexccloudCal": "nextcloud-cal.js",
"NextcloudConfig": "nextcloud-config.js",
"NextcloudCard": "nextcloud-card.js"
}
},
"keywords": [
@ -46,4 +49,4 @@
"type": "git",
"url": "https://github.com/kuehnelbs/node-red-contrib-nextcloud"
}
}
}