UNPKG

749 BJSONView Raw
1{
2 "name": "@uppy/dropbox",
3 "description": "Import files from Dropbox, into Uppy.",
4 "version": "2.0.1",
5 "license": "MIT",
6 "main": "lib/index.js",
7 "types": "types/index.d.ts",
8 "keywords": [
9 "file uploader",
10 "uppy",
11 "uppy-plugin",
12 "dropbox"
13 ],
14 "homepage": "https://uppy.io",
15 "bugs": {
16 "url": "https://github.com/transloadit/uppy/issues"
17 },
18 "repository": {
19 "type": "git",
20 "url": "git+https://github.com/transloadit/uppy.git"
21 },
22 "dependencies": {
23 "@uppy/companion-client": "^2.0.0",
24 "@uppy/provider-views": "^2.0.1",
25 "@uppy/utils": "^4.0.0",
26 "preact": "^10.5.13"
27 },
28 "peerDependencies": {
29 "@uppy/core": "^2.0.0"
30 },
31 "gitHead": "d69043aacc2c9d31813e0fabc4b0ca3f4a760d2a"
32}