mirror of
https://github.com/zhigang1992/react-native-card-stack-swiper.git
synced 2026-01-12 22:50:14 +08:00
44 lines
1.0 KiB
JSON
44 lines
1.0 KiB
JSON
{
|
|
"name": "react-native-card-stack-swiper",
|
|
"version": "1.1.0",
|
|
"description": "Tinder like react-native card stack swiper",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lhandel/react-native-card-stack-swiper.git"
|
|
},
|
|
"keywords": [
|
|
"react-native",
|
|
"tinder",
|
|
"cards",
|
|
"card",
|
|
"swiper",
|
|
"swipe",
|
|
"cardstack",
|
|
"deck",
|
|
"card-stack",
|
|
"react-native-component"
|
|
],
|
|
"author": "Ludwig Handel",
|
|
"license": "MIT",
|
|
"peerDependencies": {
|
|
"react": "^16.0.0-beta.5",
|
|
"react-native": "^0.49.1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/lhandel/react-native-card-stack-swiper.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/lhandel/react-native-card-stack-swiper/issues"
|
|
},
|
|
"bundleDependencies": false,
|
|
"dependencies": {
|
|
"prop-types": "15.5.10"
|
|
},
|
|
"homepage": "https://github.com/lhandel/react-native-card-stack-swiper#readme"
|
|
}
|