1234567891011121314151617181920212223242526272829303132333435 |
- {
- "name": "@uppy/drop-target",
- "description": "Lets your users drag and drop files on a DOM element",
- "version": "3.0.2",
- "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": "workspace:^"
- },
- "peerDependencies": {
- "@uppy/core": "workspace:^"
- },
- "publishConfig": {
- "access": "public"
- }
- }
|