description updated, keywords added

This commit is contained in:
kuehnelbs
2018-04-29 21:05:10 +02:00
parent 5651ef3683
commit a3ff0a5ef8

View File

@ -1,13 +1,21 @@
{
"name": "node-red-contrib-nextcloud",
"version": "0.0.1",
"description": "Nextcloud CalDAV / CardDAV / WebDAV",
"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"
}
},
"keywords": [
"node-red",
"nextcloud",
"owncloud",
"webdav",
"caldav",
"carddav"
],
"dependencies": {
"dav": "^1.7.8",
"npm": "^5.8.0",