Files
node-red-contrib-nextcloud/package.json
2021-02-22 01:03:28 +01:00

52 lines
1.3 KiB
JSON

{
"name": "node-red-contrib-nextcloud-plus",
"version": "0.1.3",
"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",
"NexccloudCal": "nextcloud-cal.js",
"NextcloudConfig": "nextcloud-config.js",
"NextcloudCard": "nextcloud-card.js"
}
},
"keywords": [
"node-red",
"nextcloud",
"owncloud",
"webdav",
"caldav",
"carddav"
],
"dependencies": {
"dav": "^1.8.0",
"ical-expander": "^2.0.0",
"moment": "^2.24.0",
"webdav": "^1.6.1"
},
"devDependencies": {
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.2.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"
}
}