UNPKG

react-native-credit-card-input-plus

Version:
58 lines (57 loc) 1.62 kB
{ "name": "react-native-credit-card-input-plus", "version": "0.4.8", "description": "React native credit card input component", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "lint": "eslint --ext .js ." }, "repository": { "type": "git", "url": "git+https://github.com/juandl/react-native-credit-card-input-plus.git" }, "keywords": [ "react-native", "ios", "android", "credit-card", "credit-card input", "skeuomorphic credit-card", "form", "flip", "card", "input", "component", "react-component", "react-native-component" ], "author": "sbycrosz", "license": "MIT", "contributors": [ "Juan David <me@juand.dev/> (https://juand.dev/)", "Bernhard Wittmann <dev@bernhardwittmann.com/> (https://bernhardwittmann.com)" ], "bugs": { "url": "https://github.com/juandl/react-native-credit-card-input-plus/issues" }, "homepage": "https://github.com/juandl/react-native-credit-card-input-plus#readme", "dependencies": { "card-validator": "^8.1.1", "deprecated-react-native-prop-types": "^4.0.0", "lodash.compact": "^3.0.1", "lodash.every": "^4.6.0", "lodash.pick": "^4.4.0", "lodash.values": "^4.3.0", "prop-types": "^15.6.0", "react-native": "^0.73.6" }, "devDependencies": { "babel-eslint": "^5.0.0", "babel-polyfill": "^6.6.1", "babel-preset-react-native": "^1.8.0", "eslint": "~2.2.0", "eslint-config-airbnb": "6.0.2", "eslint-plugin-react": "^4.2.0" } }