{
  "name": "react-native-carousel-component",
  "version": "0.2.17",
  "description": "React Native Carousel Component for IOS and Android",
  "main": "dist/index.js",
  "repository": "git@github.com:jacklam718/react-native-carousel-component.git",
  "author": "Jack Lam <jacklam718@gmail.com>",
  "license": "MIT",
  "scripts": {
    "clean": "rimraf dist",
    "build": "npm run clean && babel src/ -d dist/"
  },
  "devDependencies": {
    "babel-eslint": "^7.2.3",
    "babel-plugin-flow-react-proptypes": "^3.4.3",
    "eslint": "^4.3.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.1.0",
    "flow-bin": "^0.51.1",
    "prop-types": "^15.5.10",
    "rimraf": "^2.6.1"
  },
  "dependencies": {
    "babel-preset-es2016": "^6.24.1",
    "babel-preset-react-native": "^2.1.0",
    "react-native-animated-overlay": "^0.0.10",
    "react-native-deprecated-custom-components": "^0.1.1",
    "react-native-root-siblings": "^1.2.1"
  }
}
