{
  "name": "@ubergrape/react-dropzone",
  "version": "3.8.0",
  "description": "Simple HTML5 drag-drop zone with React.js",
  "main": "dist/index.js",
  "scripts": {
    "clean": "rimraf ./dist",
    "build": "npm run clean && webpack",
    "prepublish": "NODE_ENV=production npm run build && jest",
    "test": "npm run eslint:src && jest --coverage",
    "eslint:src": "eslint ./src ./*.js",
    "eslint:fix": "eslint --fix",
    "git:add": "git add",
    "lint-staged": "lint-staged",
    "deps": "npm-check -s",
    "deps:update": "npm-check -u",
    "semantic-release": "semantic-release pre && npm publish && semantic-release post"
  },
  "lint-staged": {
    "*.js": [
      "eslint:fix",
      "git:add"
    ]
  },
  "pre-commit": [
    "lint-staged"
  ],
  "jest": {
    "setupTestFrameworkScriptFile": "<rootDir>/testSetup.js"
  },
  "keywords": [
    "react-component",
    "react",
    "drag",
    "drop",
    "upload"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/okonet/react-dropzone.git"
  },
  "bugs": {
    "url": "https://github.com/okonet/react-dropzone/issues"
  },
  "homepage": "https://github.com/okonet/react-dropzone",
  "author": "Param Aggarwal",
  "contributors": [
    "Andrey Okonetchnikov <andrey@okonet.ru> (http://okonet.ru)",
    "Param Aggarwal"
  ],
  "license": "MIT",
  "peerDependencies": {
    "react": "^0.14.0 || ^15.0.0"
  },
  "dependencies": {
    "attr-accept": "^1.0.3"
  },
  "devDependencies": {
    "babel-cli": "^6.9.0",
    "babel-core": "^6.9.1",
    "babel-eslint": "^7.1.1",
    "babel-jest": "^17.0.2",
    "babel-loader": "^6.2.2",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.9.0",
    "babel-preset-react": "^6.3.13",
    "babel-preset-stage-0": "^6.3.13",
    "babel-register": "^6.9.0",
    "cz-conventional-changelog": "^1.2.0",
    "eslint": "^3.11.0",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^2.2.3",
    "eslint-plugin-react": "^6.7.1",
    "jest": "^17.0.3",
    "lint-staged": "^3.2.1",
    "npm-check": "^5.2.1",
    "pre-commit": "^1.1.3",
    "react": "^15.4.1",
    "react-addons-test-utils": "^15.4.1",
    "react-dom": "^15.4.1",
    "react-testutils-additions": "^15.0.0",
    "rimraf": "^2.5.2",
    "semantic-release": "^6.3.2",
    "sinon": "^1.17.4",
    "webpack": "^1.13.1"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
