{
  "name": "react-native-swiper-jw",
  "keywords": [
    "react-component",
    "react-native",
    "ios"
  ],
  "version": "1.4.5",
  "description": "(Totaly same with react-native-swiper, but fix some warning. May be abandoned any time) Swiper component for React Native.",
  "main": "dist/index.js",
  "scripts": {
    "start": "babel src --out-dir dist --presets es2015,react",
    "watch": "babel src --out-dir dist --watch --presets es2015,react"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/soulmercy/react-native-swiper.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/leecade/react-native-swiper/issues"
  },
  "homepage": "https://github.com/leecade/react-native-swiper#readme",
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13"
  },
  "dependencies": {
    "react-timer-mixin": "^0.13.3"
  }
}
