{
  "name": "react-native-touch-through-view",
  "version": "1.2.0-beta.1",
  "description": "React Native Touch Through View is a simple component library that allows for scroll views and table views to scroll over interactable content without poor performing size and bounds animations.",
  "repository": {
    "type": "git",
    "url": "https://github.com/simonhoss/react-native-touch-through-view.git"
  },
  "peerDependencies": {
    "prop-types": "^15.5.10",
    "react": ">=15.4.0",
    "react-native": ">=0.47"
  },
  "keywords": [
    "react-native",
    "scrollview",
    "pointer-events",
    "component"
  ],
  "author": "Marton Bodonyi",
  "maintainers": [
    "Simon Hoss"
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/simonhoss/react-native-touch-through-view/issues"
  },
  "homepage": "https://github.com/simonhoss/react-native-touch-through-view"
}
