43 lines
963 B
JSON
43 lines
963 B
JSON
{
|
|
"name": "node-red-contrib-nextcloud",
|
|
"version": "0.1.0",
|
|
"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.8.0",
|
|
"ical.js": "^1.2.2",
|
|
"moment": "^2.22.2",
|
|
"webdav": "^1.5.2"
|
|
},
|
|
"devDependencies": {},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Torsten Kühnel",
|
|
"license": "MIT",
|
|
"maintainers": [
|
|
{
|
|
"name": "Torsten Kühnel",
|
|
"email": "kuehnel.github@gmail.com"
|
|
}
|
|
],
|
|
"readme": "README.md",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/kuehnelbs/node-red-contrib-nextcloud"
|
|
}
|
|
}
|