mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
35 lines
717 B
JSON
35 lines
717 B
JSON
{
|
|
"name": "@uppy/drop-target",
|
|
"description": "Lets your users drag and drop files on a DOM element",
|
|
"version": "1.1.1",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"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": "^2.0.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
}
|
|
}
|