{
  "name": "react-native-image-video-viewing",
  "version": "0.2.12",
  "description": "React Native modal component for viewing images and videos as a sliding gallery",
  "main": "dist/index.js",
  "types": "dist/index.d.ts",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/sepakk/react-native-image-viewing.git"
  },
  "keywords": [
    "react",
    "react-native",
    "image",
    "gallery",
    "image-gallery",
    "image-viewer"
  ],
  "scripts": {
    "build": "tsc && cpx 'src/assets/**' 'dist/assets'",
    "postversion": "yarn build && cpx 'src/assets/**' 'dist/assets'"
  },
  "peerDependencies": {
    "react": ">=16.11.0",
    "react-native": ">=0.61.3"
  },
  "files": [
    "dist",
    "readme.md",
    "package.json"
  ],
  "author": "Anton Kalinin, Sebastian Pachon",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/jobtoday/react-native-image-viewing/issues"
  },
  "homepage": "https://github.com/sepakk/react-native-image-viewing#readme",
  "dependencies": {
    "react-native-vector-icons": "6.6.0",
    "react-native-linear-gradient": "^2.5.6"
  },
  "devDependencies": {
    "@babel/runtime": "7.7.4",
    "@types/react": "16.9.13",
    "@types/react-native": "0.60.23",
    "react": "16.12.0",
    "react-native": "0.61.5",
    "typescript": "3.7.2"
  }
}
