{
  "name": "@spotware/react-dnd-scrollzone",
  "version": "4.0.0-spotware-patch-1",
  "description": "A cross browser solution to scrolling during drag and drop.",
  "main": "lib/index.js",
  "typings": "typings/index.d.ts",
  "sideEffects": false,
  "scripts": {
    "build": "rm -rf lib && babel src --out-dir lib",
    "lint": "eslint src",
    "pretest": "npm run lint",
    "test": "mocha test",
    "prepublish": "in-publish && npm run test && npm run build || not-in-publish",
    "publish:major": "npm version major && npm publish",
    "publish:minor": "npm version minor && npm publish",
    "publish:patch": "npm version patch && npm publish",
    "postpublish": "git push origin master --tags"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/azuqua/react-dnd-scrollzone"
  },
  "bugs": {
    "url": "http://github.com/azuqua/react-dnd-scrollzone/issues"
  },
  "keywords": [
    "react",
    "drag",
    "drop",
    "scroll",
    "dnd",
    "drag and drop",
    "polyfill",
    "auto"
  ],
  "author": {
    "name": "Nicholas Clawson",
    "email": "nickclaw@gmail.com",
    "url": "nickclaw.com"
  },
  "license": "MIT",
  "dependencies": {
    "hoist-non-react-statics": "^1.2.0",
    "lodash.throttle": "^4.0.1",
    "prop-types": "^15.5.9",
    "raf": "^3.2.0",
    "react-display-name": "^0.2.0"
  },
  "devDependencies": {
    "babel-cli": "^6.4.5",
    "babel-eslint": "^6.0.4",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.5.0",
    "babel-preset-stage-1": "^6.3.13",
    "babel-register": "^6.4.3",
    "chai": "^3.4.1",
    "eslint": "^2.12.0",
    "eslint-config-airbnb": "^9.0.1",
    "eslint-plugin-import": "^1.8.1",
    "eslint-plugin-jsx-a11y": "^1.4.2",
    "eslint-plugin-react": "^5.1.1",
    "in-publish": "^2.0.0",
    "mocha": "^2.3.4",
    "sinon": "^1.17.2",
    "sinon-chai": "^2.8.0",
    "react": "^16.5.0",
    "react-dom": "^16.5.0",
    "react-dnd": "^5.0.0"
  },
  "peerDependencies": {
    "react": "15.1 - 16",
    "react-dom": "15.1 - 16",
    "react-dnd": "2 - 5"
  }
}