{
  "name": "react-native-youtube-iframe",
  "version": "1.3.0",
  "description": "A simple wrapper around the youtube iframe js API for react native",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LonelyCpp/react-native-youtube-iframe.git"
  },
  "keywords": [
    "react-native",
    "react-component",
    "react-native-component",
    "react",
    "react native",
    "mobile",
    "ios",
    "android",
    "ui",
    "youtube",
    "youtube-iframe",
    "iframe"
  ],
  "author": "Ananthu P Kanive",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LonelyCpp/react-native-youtube-iframe/issues"
  },
  "homepage": "https://lonelycpp.github.io/react-native-youtube-iframe/",
  "peerDependencies": {
    "react": ">=16.8.6",
    "react-native": ">=0.60",
    "react-native-webview": ">=7.0.0"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "^2.0.0",
    "eslint": "^7.7.0"
  },
  "dependencies": {
    "events": "^3.2.0"
  }
}
