uppy/packages/@uppy/dropbox/package.json
Artur Paikin 27899d944f Release
2019-03-08 20:47:42 +03:00

34 lines
747 B
JSON

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