{
  "name": "@elcoach/react-native-video-elcoach",
  "version": "3.0.4",
  "description": "A <Video /> element for react-native cloned from react-native-video",
  "main": "Video.js",
  "license": "MIT",
  "author": "Hossam Elbery <h@elcoach.me>",
  "contributors": [
    {
      "name": "Hossam Elbery",
      "email": "h@elcoach.me"
    }
  ],
  "repository": {
    "type": "git",
    "url": "git@github.com:ELCoach-Inc/react-native-elcoach-video.git"
  },
  "devDependencies": {
    "@react-native-community/eslint-config": "0.0.7",
    "babel-eslint": "10.0.3",
    "eslint": "6.8.0",
    "react": "^16.12.0",
    "react-dom": "^16.12.0",
    "react-hot-loader": "^4.12.19",
    "react-native": "^0.61.5",
    "react-native-windows": "^0.61.0-0"
  },
  "dependencies": {
    "keymirror": "^0.1.1",
    "prop-types": "^15.7.2",
    "shaka-player": "^2.5.9"
  },
  "scripts": {
    "lint": "yarn eslint *.js"
  },
  "files": [
    "android-exoplayer",
    "android",
    "dom",
    "ios",
    "windows",
    "FilterType.js",
    "DRMType.js",
    "TextTrackType.js",
    "VideoResizeMode.js",
    "react-native-video-elcoach.podspec"
  ]
}
