{
    "name": "react-native-video-alpha-6",
    "version": "1.0.0",
    "description": "A <Video /> element for react-native",
    "main": "Video.js",
    "license": "MIT",
    "author": "gskachkov@gmail.com",
    "homepage": "https://github.com/cosmith-llc/react-native-video-alpha-6",
    "devDependencies": {
        "@react-native-community/eslint-config": "^0.0.5",
        "eslint": "^6.5.1",
        "react": "16.9.0",
        "react-native": "0.61.5",
        "react-native-windows": "^0.61.0-0"
    },
    "dependencies": {
        "deprecated-react-native-prop-types": "^2.2.0",
        "keymirror": "^0.1.1",
        "prop-types": "^15.7.2"
    },
    "scripts": {
        "lint": "yarn eslint .",
        "xbasic": "yarn --cwd examples/basic",
        "test": "echo no test available"
    },
    "files": [
        "android",
        "ios",
        "windows",
        "FilterType.js",
        "DRMType.js",
        "TextTrackType.js",
        "VideoResizeMode.js",
        "react-native-video.podspec",
        "docs"
    ]
}
