{
  "name": "react-dropzone-s3-uploader-multipart",
  "version": "1.1.2",
  "description": "Drag and drop s3 file uploader via react-dropzone + react-s3-uploader",
  "main": "lib/index.js",
  "author": {
    "name": "Gwilym Humphreys",
    "url": "https://github.com/gwilymhumphreys"
  },
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/kpantic/react-dropzone-s3-uploader-multipart"
  },
  "scripts": {
    "prepublish": "rm -rf ./lib && babel ./src --ignore '/node_modules/' --out-dir ./lib",
    "build": "rm -rf ./lib && babel ./src --ignore '/node_modules/' --out-dir ./lib",
    "watch": "rm -rf ./lib && babel ./src --ignore '/node_modules/' --watch --out-dir ./lib",
    "test": "eval $(cat test/.env) mocha test/**/*.tests.js"
  },
  "dependencies": {
    "react-dropzone": "^3.7.3",
    "react-s3-uploader-multipart": "4.8.1"
  },
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0"
  },
  "devDependencies": {
    "babel": "^5.6.14",
    "babel-core": "^5.6.15",
    "babel-eslint": "^4.1.3",
    "eslint": "^1.5.1",
    "eslint-config-founderlab": "^0.1.0",
    "eslint-plugin-react": "^3.4.2",
    "expect": "^1.12.2"
  }
}
