Initial commit 0.0.1 - still under construction

This commit is contained in:
Torsten Kühnel
2018-04-29 18:03:23 +02:00
committed by GitHub
parent 9855d36c37
commit 8b3073c044
5 changed files with 4578 additions and 0 deletions

33
package.json Normal file
View File

@ -0,0 +1,33 @@
{
"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"
}
}