uppy/packages/@uppy/drop-target/package.json
2021-10-27 17:53:11 +02:00

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"
}
}