diff --git a/package.json b/package.json index a3fa558..ba876bc 100644 --- a/package.json +++ b/package.json @@ -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",