splitted functionality
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user