{ "name": "react-native-swiper", "keywords": [ "react-component", "react-native", "ios" ], "version": "1.4.3", "description": "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/leecade/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" } }