{
  "name": "react-native-popover-tooltip",
  "version": "1.1.4",
  "description": "ReactNative component showing tooltip with menu items.",
  "main": "src/index.js",
  "scripts": {
    "test": "jest"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/wookoinc/react-native-popover-tooltip"
  },
  "keywords": [
    "reactnative",
    "popover",
    "tooltip"
  ],
  "author": "Lu Sun",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/wookoinc/react-native-popover-tooltip/issues"
  },
  "homepage": "https://github.com/wookoinc/react-native-popover-tooltip",
  "dependencies": {
    "invariant": "^2.2.2",
    "prop-types": "^15.6.0"
  },
  "peerDependencies": {
    "react": "*",
    "react-native": "*"
  },
  "devDependencies": {
    "react": "^16.0.0",
    "react-native": "^0.50.1",
    "flow-bin": "^0.56.0"
  }
}
