mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 00:55:35 +00:00
31 lines
707 B
JSON
31 lines
707 B
JSON
{
|
|
"name": "@uppy/dropbox",
|
|
"description": "Import files from Dropbox, into Uppy.",
|
|
"version": "2.0.4",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"dropbox"
|
|
],
|
|
"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": "workspace:^",
|
|
"@uppy/provider-views": "workspace:^",
|
|
"@uppy/utils": "workspace:^",
|
|
"preact": "^10.5.13"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "^2.0.0"
|
|
}
|
|
}
|