UNPKG

react-native-custom-swiper

Version:
37 lines (36 loc) 901 B
{ "name": "react-native-custom-swiper", "version": "1.0.16", "description": "Custom swiper for React Native component.", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "build": "tsc" }, "repository": { "type": "git", "url": "git+https://github.com/logisticinfotech/react-native-custom-swiper.git" }, "keywords": [ "Swiper", "Custom", "Horizontal", "Flatlist", "Swipe", "View" ], "author": "Logistic Infotech Pvt. Ltd.", "license": "MIT", "bugs": { "url": "https://github.com/logisticinfotech/react-native-custom-swiper/issues" }, "homepage": "https://www.logisticinfotech.com/blog/custom-swiper-react-native-flatlist/", "dependencies": { "prop-types": "^15.7.2" }, "devDependencies": { "@types/react": "^16.8.13", "typescript": "^3.4.3" } }