{
  "name": "react-native-carousel",
  "version": "0.12.0",
  "description": "Simple carousel component for react-native",
  "main": "Carousel.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nick/react-native-carousel.git"
  },
  "keywords": [
    "react-native",
    "carousel"
  ],
  "author": "Nick Poulden <nick@poulden.com> (https://github.com/nick)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nick/react-native-carousel/issues"
  },
  "homepage": "https://github.com/nick/react-native-carousel",
  "dependencies": {
    "@react-native-community/viewpager": "^1.1.7",
    "react-timer-mixin": "^0.13.3"
  },
  "peerDependencies": {
    "create-react-class": ">=15.6.2",
    "react-native": ">=0.28 <1.0"
  }
}
