react-s3-uploader
Version:
React component that renders a file input and automatically uploads to an S3 bucket
36 lines (35 loc) • 831 B
JSON
{
"name": "react-s3-uploader",
"version": "4.0.1",
"description": "React component that renders a file input and automatically uploads to an S3 bucket",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git@github.com:odysseyscience/react-s3-uploader.git"
},
"keywords": [
"react",
"upload",
"component",
"s3",
"bucket"
],
"author": "Sean Adkinson",
"license": "MIT",
"bugs": {
"url": "https://github.com/odysseyscience/react-s3-uploader/issues"
},
"homepage": "https://github.com/odysseyscience/react-s3-uploader",
"dependencies": {
"aws-sdk": "2.x",
"node-uuid": "1.x",
"object-assign": "^2.0.0"
},
"peerDependencies": {
"react": "*",
"react-dom": "*"
}
}