{
  "name": "react-horizontal-scroll",
  "version": "6.0.0",
  "description": "Adds arrows that allow the user to scroll content horizontally",
  "license": "MIT",
  "main": "lib/index.js",
  "repository": "https://github.com/lanetix/react-horizontal-scroll.git",
  "scripts": {
    "babel": "babel ./src --out-dir ./lib",
    "compile": "npm run babel",
    "example": "gulp",
    "lint": "standard",
    "prepublish": "npm run compile",
    "test": "npm run lint"
  },
  "peerDependencies": {
    "react": ">=15.6.2",
    "react-dom": ">=15.6.2"
  },
  "devDependencies": {
    "babel": "^5.8.35",
    "babel-preset-react": "^6.5.0",
    "babelify": "^7.2.0",
    "browser-sync": "^2.6.5",
    "browserify": "^13.0.0",
    "gulp": "^3.8.11",
    "gulp-changed": "^1.2.1",
    "gulp-notify": "^2.2.0",
    "gulp-rename": "^1.2.2",
    "gulp-util": "^3.0.4",
    "mocha": "^2.2.4",
    "pretty-hrtime": "^1.0.0",
    "react": "^16.1.0",
    "react-dom": "^16.1.0",
    "require-directory": "^2.1.0",
    "standard": "^6.0.4",
    "vinyl-source-stream": "^1.1.0",
    "watchify": "^3.2.0"
  },
  "dependencies": {
    "classnames": "^1.2.2",
    "create-react-class": "^15.6.2",
    "prop-types": "^15.6.0",
    "sprintf": "^0.1.5"
  }
}
