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

3 years ago
  1. {
  2. "name": "webdav",
  3. "version": "1.0.0",
  4. "description": "",
  5. "main": "index.js",
  6. "author": "ale",
  7. "license": "MIT",
  8. "private": true,
  9. "repository": {
  10. "url": "https://gitea.hatthieves.es/manalejandro/webdav"
  11. },
  12. "scripts": {
  13. "start": "node index.js"
  14. },
  15. "dependencies": {
  16. "express": "*",
  17. "serve-index": "*",
  18. "webdav-server": "*"
  19. }
  20. }