{
  "name": "uppy",
  "description": "Extensible JavaScript file upload widget with support for drag&drop, resumable uploads, previews, restrictions, file processing/encoding, remote providers like Instagram, Dropbox, Google Drive, S3 and more :dog:",
  "version": "4.14.0",
  "license": "MIT",
  "main": "lib/index.js",
  "module": "lib/index.js",
  "type": "module",
  "unpkg": "dist/uppy.min.js",
  "style": "dist/uppy.min.css",
  "keywords": [
    "file uploader",
    "drag-drop",
    "progress",
    "preview",
    "resumable uploads",
    "xhr",
    "tus",
    "s3",
    "google drive",
    "dropbox",
    "box",
    "webcam"
  ],
  "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/audio": "^2.1.2",
    "@uppy/aws-s3": "^4.2.3",
    "@uppy/box": "^3.2.2",
    "@uppy/companion-client": "^4.4.1",
    "@uppy/compressor": "^2.2.1",
    "@uppy/core": "^4.4.4",
    "@uppy/dashboard": "^4.3.3",
    "@uppy/drag-drop": "^4.1.2",
    "@uppy/drop-target": "^3.1.1",
    "@uppy/dropbox": "^4.2.2",
    "@uppy/facebook": "^4.2.2",
    "@uppy/file-input": "^4.1.2",
    "@uppy/form": "^4.1.1",
    "@uppy/golden-retriever": "^4.1.1",
    "@uppy/google-drive": "^4.3.2",
    "@uppy/google-drive-picker": "^0.3.4",
    "@uppy/google-photos-picker": "^0.3.4",
    "@uppy/image-editor": "^3.3.2",
    "@uppy/informer": "^4.2.1",
    "@uppy/instagram": "^4.2.2",
    "@uppy/onedrive": "^4.2.3",
    "@uppy/progress-bar": "^4.2.1",
    "@uppy/provider-views": "^4.4.2",
    "@uppy/redux-dev-tools": "^4.0.1",
    "@uppy/remote-sources": "^2.3.2",
    "@uppy/screen-capture": "^4.2.2",
    "@uppy/status-bar": "^4.1.3",
    "@uppy/store-default": "^4.2.0",
    "@uppy/store-redux": "^4.0.2",
    "@uppy/thumbnail-generator": "^4.1.1",
    "@uppy/transloadit": "^4.2.2",
    "@uppy/tus": "^4.2.2",
    "@uppy/unsplash": "^4.3.3",
    "@uppy/url": "^4.2.3",
    "@uppy/webcam": "^4.1.2",
    "@uppy/webdav": "^0.3.2",
    "@uppy/xhr-upload": "^4.3.3",
    "@uppy/zoom": "^3.2.2"
  }
}