uppy/packages/@uppy/aws-s3/package.json
Renée Kooi 2b91a96c95
Release
2020-01-15 16:39:45 +01:00

34 lines
773 B
JSON

{
"name": "@uppy/aws-s3",
"description": "Upload to Amazon S3 with Uppy",
"version": "1.4.1",
"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": "file:../companion-client",
"@uppy/utils": "file:../utils",
"@uppy/xhr-upload": "file:../xhr-upload",
"qs-stringify": "^1.1.0",
"url-parse": "^1.4.7"
},
"peerDependencies": {
"@uppy/core": "^1.0.0"
}
}