uppy/packages/@uppy/dropbox/package.json
Artur Paikin bd2beedcff Release
2019-07-18 17:21:42 +02:00

34 lines
740 B
JSON

{
"name": "@uppy/dropbox",
"description": "Import files from Dropbox, into Uppy.",
"version": "1.2.0",
"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": "1.2.0",
"@uppy/provider-views": "1.2.0",
"@uppy/utils": "1.2.0",
"preact": "8.2.9"
},
"devDependencies": {
"@uppy/core": "1.2.0"
},
"peerDependencies": {
"@uppy/core": "^1.0.0"
}
}