Files
node-red-contrib-nextcloud/package.json
2018-09-10 16:41:30 +02:00

43 lines
959 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.7.8",
"ical.js": "^1.2.2",
"npm": "^5.8.0",
"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"
}
}