{
   "name": "react-native-keycode",
   "version": "1.1.3",
   "description": "Show the user a input form for a fixed-length code or password.",
   "main": "index.js",
   "repository": {
      "type": "git",
      "url": "git+https://github.com/includable/react-native-keycode.git"
   },
   "keywords": [
      "react-native",
      "react-component",
      "code",
      "password",
      "input",
      "react",
      "ios",
      "android"
   ],
   "author": "Thomas Schoffelen <thomas@includable.com> (https://includable.com/)",
   "license": "MIT",
   "bugs": {
      "url": "https://github.com/includable/react-native-keycode/issues"
   },
   "homepage": "https://github.com/includable/react-native-keycode#readme",
   "dependencies": {
      "prop-types": "^15.7.2"
   },
   "peerDependencies": {
      "react": ">=16.8.0",
      "react-native": ">=0.59.0"
   }
}
