react-native-credit-card
Version:
React native credit card input component
31 lines (30 loc) • 760 B
JSON
{
"name": "react-native-credit-card",
"version": "0.1.9",
"description": "React native credit card input component",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/sonnylazuardi/react-native-credit-card.git"
},
"keywords": [
"react-native",
"credit-card",
"flip",
"card",
"component"
],
"author": "sonnylazuardi",
"license": "MIT",
"bugs": {
"url": "https://github.com/sonnylazuardi/react-native-credit-card/issues"
},
"homepage": "https://github.com/sonnylazuardi/react-native-credit-card#readme",
"dependencies": {
"payment": "^2.0.3",
"react-native-flip-card": "^3.3.0"
}
}