react-native-card-flip
Version:
Card flip animation for React Native
41 lines (40 loc) • 950 B
JSON
{
"name": "react-native-card-flip",
"version": "1.0.7",
"description": "Card flip animation for React Native",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lhandel/react-native-card-flip.git"
},
"keywords": [
"react-native",
"flip",
"cards",
"card",
"rotate",
"deck",
"card-flip",
"flip-card",
"react-native-component"
],
"author": "Ludwig Handel",
"license": "MIT",
"peerDependencies": {
"react": "^16.0.0-beta.5",
"react-native": "^0.49.1"
},
"bugs": {
"url": "https://github.com/lhandel/react-native-card-flip/issues"
},
"bundleDependencies": false,
"dependencies": {
"prop-types": "15.5.10",
"react-lifecycles-compat": "^3.0.4"
},
"homepage": "https://github.com/lhandel/react-native-card-flip#readme",
"types": "./index.d.ts"
}