UNPKG

@uppy/drop-target

Version:

Lets your users drag and drop files on a DOM element

35 lines 700 B
{ "name": "@uppy/drop-target", "description": "Lets your users drag and drop files on a DOM element", "version": "3.1.1", "license": "MIT", "main": "lib/index.js", "type": "module", "keywords": [ "file uploader", "uppy", "uppy-plugin", "drag-drop", "drag", "drop", "dropzone", "upload" ], "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/utils": "^6.1.1" }, "peerDependencies": { "@uppy/core": "^4.4.1" }, "publishConfig": { "access": "public" } }