{
  "name": "react-scrollbar-js",
  "version": "1.0.1",
  "description": "The Simplest Scroll Area Component with custom scrollbar for React Js",
  "main": "./dist/react-scrollbar.js",
  "scripts": {
    "prepublish": "npm run lint && npm run build && npm run getstyles",
    "getstyles": "cp src/style_default.scss doc/examples && node-sass src/style_default.scss --output doc/examples",
    "start": "webpack-dev-server --inline --hot --config webpack.dev.config.js",
    "build": "webpack --config webpack.publish.config.js",
    "compile": "babel src --out-dir out && node-sass src --output out",
    "lint": "eslint src --ext .jsx,.js",
    "lintfix": "eslint src --ext .jsx,.js --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/BosNaufal/react-scrollbar.git"
  },
  "keywords": [
    "react",
    "web-components",
    "react-component",
    "component",
    "react js",
    "react scrollbar",
    "scrollbar",
    "slimscroll",
    "custom scrollbar",
    "react-scrollbar",
    "perfect scrollbar",
    "react slim scroll"
  ],
  "author": "Naufal Rabbani <bosnaufalemail@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/BosNaufal/react-scrollbar/issues"
  },
  "homepage": "https://github.com/BosNaufal/react-scrollbar#readme",
  "devDependencies": {
    "babel-cli": "^6.18.0",
    "babel-eslint": "^7.1.1",
    "babel-loader": "^6.2.10",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-2": "^6.18.0",
    "css-loader": "^0.26.1",
    "es6-promise": "^4.0.5",
    "eslint": "^3.13.1",
    "eslint-config-airbnb": "^14.0.0",
    "eslint-plugin-babel": "^4.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.2",
    "eslint-plugin-react": "^6.9.0",
    "node-sass": "^4.3.0",
    "react": "^15.4.2",
    "react-dom": "^15.0.0||^14.0.0",
    "sass-loader": "^4.1.1",
    "style-loader": "^0.13.1",
    "webpack": "^2.2.0",
    "webpack-dev-server": "^2.2.0"
  },
  "peerDependencies": {
    "react": "^15.0.0||^14.0.0"
  }
}
