react-native-image-swiper
Version:
A Simple Images Slider using [react-native-swiper](https://github.com/leecade/react-native-swiper)
31 lines (30 loc) • 757 B
JSON
{
"name": "react-native-image-swiper",
"version": "0.0.8",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/7772/react-native-image-swiper.git"
},
"keywords": [
"react-native-image-swiper"
],
"author": "Landon7772 <Landon7772@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/7772/react-native-image-swiper/issues"
},
"homepage": "https://github.com/7772/react-native-image-swiper#readme",
"dependencies": {
"react-native-swiper": "^1.5.13"
},
"peerDependencies": {
"react": ">= 15.x",
"react-native": ">= 0.47.x",
"prop-types": "^15.6.2"
}
}