first version of webdav save

This commit is contained in:
raphael
2019-07-01 13:15:11 +02:00
parent b9db9ab58b
commit eadfb23676
6 changed files with 4400 additions and 20 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "Whiteboard",
"name": "whiteboard",
"version": "1.0.0",
"description": "Collaborative Whiteboard / Sketchboard",
"main": "server.js",
@@ -23,7 +23,8 @@
"formidable": "1.*",
"fs-extra": "7.*",
"jsdom": "^14.0.0",
"socket.io": "2.*"
"socket.io": "2.*",
"webdav": "^2.8.0"
},
"author": "Cracker0dks",
"license": "MIT"