UNPKG

@uppy/webdav

Version:

Import files from WebDAV into Uppy.

35 lines 751 B
{ "name": "@uppy/webdav", "description": "Import files from WebDAV into Uppy.", "version": "0.3.3", "license": "MIT", "main": "lib/index.js", "types": "types/index.d.ts", "type": "module", "keywords": [ "file uploader", "uppy", "uppy-plugin", "webdav", "provider", "photos", "videos" ], "homepage": "https://uppy.io", "bugs": { "url": "https://github.com/transloadit/uppy/issues" }, "repository": { "type": "git", "url": "git+https://github.com/transloadit/uppy.git" }, "dependencies": { "@uppy/companion-client": "^4.4.2", "@uppy/provider-views": "^4.4.3", "@uppy/utils": "^6.1.4", "preact": "^10.5.13" }, "peerDependencies": { "@uppy/core": "^4.4.5" } }