WebDAV personal server
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

20 lines
374 B

{
"name": "webdav",
"version": "1.0.0",
"description": "",
"main": "index.js",
"author": "ale",
"license": "MIT",
"private": true,
"repository": {
"url": "https://gitea.hatthieves.es/manalejandro/webdav"
},
"scripts": {
"start": "node index.js"
},
"dependencies": {
"express": "*",
"serve-index": "*",
"webdav-server": "*"
}
}