123456789101112131415161718192021222324252627282930313233343536 |
- {
- "name": "@uppy/aws-s3",
- "description": "Upload to Amazon S3 with Uppy",
- "version": "0.30.4",
- "license": "MIT",
- "main": "lib/index.js",
- "types": "types/index.d.ts",
- "keywords": [
- "file uploader",
- "aws s3",
- "amazon s3",
- "s3",
- "uppy",
- "uppy-plugin"
- ],
- "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.4",
- "@uppy/utils": "0.30.4",
- "@uppy/xhr-upload": "0.30.4",
- "resolve-url": "^0.2.1"
- },
- "devDependencies": {
- "@uppy/core": "0.30.4"
- },
- "peerDependencies": {
- "@uppy/core": "^0.30.0"
- }
- }
|