{
  "name": "obit-photo-view",
  "version": "1.5.2",
  "description": "Displaying photos with pinch-to-zoom",
  "main": "index.js",
  "author": "Alexander Pantyukhov <alwxndr@gmail.com>",
  "license": "MIT",
  "keywords": [
    "react-native",
    "react-component",
    "ios",
    "android",
    "gallery",
    "lightbox",
    "pinch",
    "pinch-to-zoom",
    "mobile"
  ],
  "homepage": "https://github.com/alwx/react-native-photo-view",
  "bugs": {
    "url": "https://github.com/alwx/react-native-photo-view/issues"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/alwx/react-native-photo-view.git"
  },
  "dependencies": {
    "prop-types": "^15.5.10"
  },
  "directories": {
    "example": "example"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
