{
  "name": "react-native-pdf-viewer",
  "version": "0.1.1",
  "description": "A very simple pdf viewer for react native",
  "main": "index.js",
  "typings": "index.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/liyuanhust/react-native-pdf-viewer.git"
  },
  "keywords": [
    "react-component",
    "react-native",
    "android",
    "pdf",
    "view",
    "viewer"
  ],
  "author": "liyuanhust",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/liyuanhust/react-native-pdf-viewer/issues"
  },
  "homepage": "https://github.com/liyuanhust/react-native-pdf-viewer#readme",
  "peerDependencies": {
    "babel-eslint": "^6.1.2",
    "prop-types": "^15.5.10",
    "react": ">=15.4.0 || ^16.0.0-alpha",
    "react-native": ">=0.40"
  }
}
