{ "name": "node-red-contrib-nextcloud", "version": "0.0.1", "description": "Nextcloud CalDAV / CardDAV / WebDAV", "main": "nextcloud.js", "node-red": { "nodes": { "Nextcloud": "nextcloud.js" } }, "dependencies": { "dav": "^1.7.8", "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" } }