description updated, keywords added
This commit is contained in:
10
package.json
10
package.json
@ -1,13 +1,21 @@
|
|||||||
{
|
{
|
||||||
"name": "node-red-contrib-nextcloud",
|
"name": "node-red-contrib-nextcloud",
|
||||||
"version": "0.0.1",
|
"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",
|
"main": "nextcloud.js",
|
||||||
"node-red": {
|
"node-red": {
|
||||||
"nodes": {
|
"nodes": {
|
||||||
"Nextcloud": "nextcloud.js"
|
"Nextcloud": "nextcloud.js"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"keywords": [
|
||||||
|
"node-red",
|
||||||
|
"nextcloud",
|
||||||
|
"owncloud",
|
||||||
|
"webdav",
|
||||||
|
"caldav",
|
||||||
|
"carddav"
|
||||||
|
],
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"dav": "^1.7.8",
|
"dav": "^1.7.8",
|
||||||
"npm": "^5.8.0",
|
"npm": "^5.8.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user