{
  "name": "@nandorojo/react-native-phone-input",
  "version": "0.2.9",
  "description": "Phone input box for React Native, forked by Doorman.",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:nandorojo/react-native-phone-input.git"
  },
  "keywords": [
    "react-native",
    "phone",
    "telephone",
    "phone input",
    "input",
    "tel",
    "input text",
    "international",
    "react-native-component",
    "ios",
    "android"
  ],
  "dependencies": {
    "@types/react-native-phone-input": "^0.2.0",
    "google-libphonenumber": "^3.2.2",
    "lodash": "^4.17.4",
    "prop-types": "^15.5.10"
  },
  "peerDependencies": {
    "react-native": ">= 0.25"
  },
  "author": "Watcharachai Kanjaikaew (https://github.com/thegamenicorus)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/nandorojo/react-native-phone-input/issues"
  },
  "homepage": "https://github.com/nandorojo/react-native-phone-input",
  "types": "./types"
}
