1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- {
- "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": "0.27.1",
- "license": "MIT",
- "main": "index.js",
- "module": "index.mjs",
- "unpkg": "dist/uppy.min.js",
- "style": "dist/style.min.css",
- "types": "types/index.d.ts",
- "keywords": [
- "file uploader",
- "drag-drop",
- "progress",
- "preview",
- "resumable uploads",
- "xhr",
- "tus",
- "s3",
- "google drive",
- "dropbox",
- "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/aws-s3": "0.27.1",
- "@uppy/aws-s3-multipart": "0.27.1",
- "@uppy/companion-client": "0.27.1",
- "@uppy/core": "0.27.0",
- "@uppy/dashboard": "0.27.1",
- "@uppy/drag-drop": "0.27.1",
- "@uppy/dropbox": "0.27.1",
- "@uppy/file-input": "0.27.1",
- "@uppy/form": "0.27.1",
- "@uppy/golden-retriever": "0.27.1",
- "@uppy/google-drive": "0.27.1",
- "@uppy/informer": "0.27.1",
- "@uppy/instagram": "0.27.1",
- "@uppy/progress-bar": "0.27.1",
- "@uppy/provider-views": "0.27.1",
- "@uppy/redux-dev-tools": "0.27.1",
- "@uppy/status-bar": "0.27.1",
- "@uppy/store-default": "0.27.0",
- "@uppy/store-redux": "0.27.0",
- "@uppy/thumbnail-generator": "0.27.1",
- "@uppy/transloadit": "0.27.1",
- "@uppy/tus": "0.27.1",
- "@uppy/url": "0.27.1",
- "@uppy/webcam": "0.27.1",
- "@uppy/xhr-upload": "0.27.1"
- }
- }
|