{ "name": "node-red-contrib-nextcloud", "version": "0.1.1", "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-expander": "^2.0.0", "moment": "^2.22.2", "webdav": "^1.6.1" }, "devDependencies": { "eslint": "^5.6.0", "eslint-config-standard": "^12.0.0", "eslint-plugin-import": "^2.14.0", "eslint-plugin-node": "^7.0.1", "eslint-plugin-promise": "^4.0.1", "eslint-plugin-standard": "^4.0.0" }, "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" } }