{
  "name": "react-native-image-view",
  "version": "2.1.9",
  "description": "React Native modal image view with pinch zoom",
  "main": "src/ImageView",
  "scripts": {
    "flow": "flow",
    "eslint-check": "eslint --print-config .eslintrc.js | eslint-config-prettier-check",
    "postversion": "git push origin master && git push --tags origin master"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/antonKalinin/react-native-image-view.git"
  },
  "peerDependencies": {
    "react": ">=15.2.0",
    "react-native": ">=0.44.0"
  },
  "devDependencies": {
    "babel-eslint": "10.0.1",
    "eslint": "5.16.0",
    "eslint-config-airbnb": "17.1.0",
    "eslint-config-prettier": "4.3.0",
    "eslint-plugin-flowtype": "3.9.1",
    "eslint-plugin-import": "2.17.3",
    "eslint-plugin-jest": "^21.17.0",
    "eslint-plugin-jsx-a11y": "6.2.1",
    "eslint-plugin-prettier": "3.1.0",
    "eslint-plugin-react": "7.13.0",
    "flow-bin": "0.100.0",
    "prettier": "1.18.2"
  },
  "keywords": [
    "react-native",
    "image",
    "zoom",
    "preview",
    "modal",
    "pinch",
    "component"
  ],
  "files": [
    "package.json",
    "readme.md",
    "src"
  ],
  "author": "Anton Kalinin",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/antonKalinin/react-native-image-view/issues"
  },
  "homepage": "https://github.com/antonKalinin/react-native-image-view#readme"
}
