description updated, keywords added
This commit is contained in:
10
package.json
10
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",
|
||||
|
||||
Reference in New Issue
Block a user