enco-poodle-dav-interface
Version:
WebDav,CalDav,CardDav Integration into Enco Project
35 lines (34 loc) • 881 B
JSON
{
"name": "enco-poodle-dav-interface",
"version": "0.1.5",
"description": "WebDav,CalDav,CardDav Integration into Enco Project",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sichallinor/enco-poodle-dav-interface.git"
},
"keywords": [
"WEBDAV",
"CALDAV",
"CARDDAV"
],
"author": "Simon Challinor <sdchallinor@gmail.com> (https://tdr-encompass.com/sichallinor)",
"license": "MIT",
"bugs": {
"url": "https://github.com/sichallinor/enco-poodle-dav-interface/issues"
},
"homepage": "https://github.com/sichallinor/enco-poodle-dav-interface#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^6.2.1"
},
"dependencies": {
"dav": "^1.8.0",
"ical.js": "^1.3.0",
"ical2json": "^2.0.0",
"moment": "^2.24.0"
}
}