{
  "name": "react-view-pager-touch",
  "version": "1.2.1",
  "description": "A ViewPager-like React Component that has perfect kinetic scrolling, scroll locking, and bounce just like its native counterpart, programmed in the smallest possible way.",
  "main": "build/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "webpack --watch --mode development",
    "build": "webpack --mode production"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jamesloper/react-view-pager-touch.git"
  },
  "keywords": [
    "react",
    "view",
    "pager",
    "view-pager",
    "touch"
  ],
  "author": "James Loper",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jamesloper/react-view-pager-touch/issues"
  },
  "homepage": "https://github.com/jamesloper/react-view-pager-touch",
  "babel": {
    "presets": [
      "@babel/preset-react"
    ],
    "plugins": [
      "@babel/plugin-proposal-class-properties"
    ]
  },
  "dependencies": {
    "react": "^16.6.3"
  },
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/preset-react": "^7.0.0",
    "@babel/plugin-proposal-class-properties": "^7.1.0",
    "babel-loader": "^8.0.4",
    "webpack": "^4.26.1",
    "webpack-cli": "^3.1.2"
  }
}
