{
  "name": "react-s3-uploader-multipart",
  "version": "4.8.2",
  "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:kpantic/react-s3-uploader-multipart.git"
  },
  "keywords": [
    "react",
    "upload",
    "component",
    "s3",
    "bucket",
    "multipart"
  ],
  "author": "Kristoffer Pantic",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/kpantic/react-s3-uploader-multipart/issues"
  },
  "homepage": "https://github.com/kpantic/react-s3-uploader-multipart",
  "dependencies": {
    "aws-sdk": "2.x",
    "create-react-class": "^15.5.2",
    "evaporate": "2.1.4",
    "object-assign": "^2.0.0",
    "prop-types": "^15.5.8",
    "uuid": "^3.1.0"
  }
}
