{
  "name": "react-smooth-slider",
  "version": "0.4.1",
  "description": "",
  "main": "lib/index.js",
  "scripts": {
    "build": "nps build",
    "lint": "eslint .",
    "deploy": "cross-env NODE_ENV=production nps publish",
    "start": "webpack-dev-server",
    "test": "clear && jest ./test/*.test.js",
    "test:watch": "npm test -- --watch",
    "test:cov": "npm test -- --coverage",
    "prepublishOnly": "npm run build",
    "pub:patch": "npm version patch && npm publish",
    "pub:minor": "npm version minor && npm publish",
    "pub:major": "npm version major && npm publish"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sandervspl/react-smooth-slider.git"
  },
  "bugs": {
    "url": "https://github.com/sandervspl/react-smooth-slider/issues"
  },
  "keywords": [
    "react",
    "react-component",
    "slider",
    "carousel",
    "gallery",
    "photogallery",
    "swipe"
  ],
  "author": "Sander Vispoel <contact@sandervispoel.com> (https://sandervispoel.com)",
  "license": "MIT",
  "peerDependencies": {
    "react": ">=15",
    "react-dom": ">=15",
    "prop-types": ">=15"
  },
  "devDependencies": {
    "@babel/core": "^7.1.2",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "@babel/preset-env": "^7.1.0",
    "@babel/preset-react": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "babel-plugin-transform-react-remove-prop-types": "^0.4.19",
    "cross-env": "^5.2.0",
    "eslint": "^5.8.0",
    "eslint-config-react-app": "^3.0.4",
    "eslint-plugin-babel": "^5.2.1",
    "eslint-plugin-flowtype": "^3.1.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.2",
    "eslint-plugin-react": "^7.11.1",
    "nps": "^5.9.3",
    "nps-utils": "^1.7.0",
    "rimraf": "^2.6.2",
    "rollup": "^0.66.6",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-commonjs": "^9.2.0",
    "rollup-plugin-node-resolve": "^3.4.0",
    "rollup-plugin-uglify": "^6.0.0",
    "uglify-es": "^3.3.9"
  }
}
