UNPKG

747 BJSONView Raw
1{
2 "name": "@uppy/dropbox",
3 "description": "Import files from Dropbox, into Uppy.",
4 "version": "1.4.15",
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": "^1.5.4",
24 "@uppy/provider-views": "^1.7.6",
25 "@uppy/utils": "^3.2.3",
26 "preact": "8.2.9"
27 },
28 "peerDependencies": {
29 "@uppy/core": "^1.0.0"
30 },
31 "gitHead": "986e3986fee8423a79419024c1f2f3e9b28225d2"
32}