{
  "name": "react-magic-dropzone",
  "version": "1.0.1",
  "description": "Magically drag and drop files/links, built for React",
  "main": "build/index.js",
  "directories": {
    "src": "src"
  },
  "keywords": [
    "react-component",
    "react",
    "drag",
    "drop",
    "upload"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/bourdakos1/react-magic-dropzone.git"
  },
  "bugs": {
    "url": "https://github.com/bourdakos1/react-magic-dropzone/issues"
  },
  "homepage": "https://github.com/bourdakos1/react-magic-dropzone",
  "author": "Nick Bourdakos",
  "license": "MIT",
  "scripts": {
    "build": "babel src -d build",
    "build:watch": "babel src -w -d build",
    "lint": "npm run lint:js",
    "lint:js": "eslint src/**; exit 0",
    "lint:js:watch": "esw -w src/**",
    "prepare": "npm run build",
    "review": "run-s lint test:clean test test:coverage:report",
    "test": "jest src/**; exit 0",
    "test:clean": "rimraf ./coverage",
    "test:watch": "jest src/** --watch",
    "test:watchAll": "jest src/** --watchAll",
    "test:coverage:report": "open ./coverage/lcov-report/index.html"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-eslint": "^7.2.3",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "enzyme": "^3.1.0",
    "enzyme-adapter-react-16": "^1.0.2",
    "eslint": "^4.9.0",
    "eslint-config-react-app": "^2.0.1",
    "eslint-plugin-flowtype": "^2.39.1",
    "eslint-plugin-import": "^2.8.0",
    "eslint-plugin-jsx-a11y": "^5.1.1",
    "eslint-plugin-react": "^7.4.0",
    "eslint-watch": "^3.1.3",
    "jest": "^21.2.1",
    "npm-run-all": "^4.1.1",
    "prop-types": "^15.6.0",
    "raf": "^3.4.0",
    "react": "^16.0.0",
    "react-addons-test-utils": "^15.6.2",
    "react-dom": "^16.0.0",
    "react-test-renderer": "^16.0.0",
    "rimraf": "^2.6.2",
    "sinon": "^4.1.0"
  },
  "jest": {
    "collectCoverage": true,
    "collectCoverageFrom": [
      "src/**",
      "!src/**/*.snap",
      "!src/index.js"
    ],
    "coverageThreshold": {
      "global": {
        "branches": 75,
        "functions": 75,
        "lines": 75,
        "statements": 75
      }
    },
    "setupFiles": [
      "raf/polyfill"
    ]
  }
}
