{
  "name": "react-native-youtube",
  "version": "2.0.2",
  "description": "A <YouTube/> component for React Native.",
  "main": "main.js",
  "types": "main.d.ts",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/davidohayon669/react-native-youtube.git"
  },
  "keywords": [
    "youtube",
    "react",
    "react-native"
  ],
  "author": "Param Aggarwal",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/davidohayon669/react-native-youtube/issues"
  },
  "homepage": "https://github.com/davidohayon669/react-native-youtube",
  "dependencies": {
    "prop-types": "^15.5.0"
  },
  "peerDependencies": {
    "react-native": ">=0.60"
  },
  "devDependencies": {
    "prettier": "^2.0.4"
  }
}
