{
  "name": "@tapbilletera/react-native-credit-card-input",
  "version": "0.5.3",
  "description": "Auntap React native credit card input component",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint \"**/*.{js,jsx}\" --quiet --color",
    "lint:fix": "eslint \"**/*.{js,jsx}\" --quiet --color --fix"
  },
  "repository": {
    "type": "git",
    "url": "git+https://bitbucket.org/tapbilletera/react-native-credit-card-input.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": "auntap",
  "license": "MIT",
  "homepage": "https://bitbucket.org/tapbilletera/react-native-credit-card-input#readme",
  "dependencies": {
    "card-validator": "^8.1.0",
    "prop-types": "^15.7.2",
    "react-native-flip-card": "^3.5.6",
    "lodash.compact": "^3.0.1",
    "lodash.every": "^4.6.0",
    "lodash.pick": "^4.4.0",
    "lodash.values": "^4.3.0",
    "react-native-normalize": "^1.0.1",
    "react-native-svg": "^12.1.0"
  },
  "devDependencies": {
    "babel-eslint": "^10.1.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-react-native": "^4.0.1",
    "eslint": "^7.6.0",
    "eslint-config-prettier": "^6.11.0",
    "eslint-config-standard": "^14.1.1",
    "eslint-plugin-import": "^2.22.0",
    "eslint-plugin-jsx-a11y": "^6.3.1",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.1.4",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.20.5",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-watch": "^7.0.0"
  },
  "rnpm": {
    "assets": [
      "./fonts/"
    ]
  }
}
