{
    "name": "@endemolshinegroup/react-native-video-with-ads",
    "version": "1.0.5",
    "description": "A <Video /> element for react-native, with Ad support",
    "main": "Video.js",
    "license": "MIT",
    "author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
    "contributors": [
        {
            "name": "Isaiah Grey",
            "email": "isaiahgrey@gmail.com"
        },
        {
            "name": "Johannes Lumpe",
            "email": "johannes@lum.pe"
        },
        {
            "name": "Baris Sencan",
            "email": "baris.sncn@gmail.com"
        },
        {
            "name": "Hampton Maxwell",
            "email": "me@hamptonmaxwell.com"
        }
    ],
    "repository": {
        "type": "git",
        "url": "git@github.com:EndemolShineGroup/react-native-video-with-ads.git"
    },
    "devDependencies": {
        "babel-eslint": "5.0.0-beta8",
        "eslint": "1.10.3",
        "eslint-config-airbnb": "4.0.0",
        "eslint-plugin-react": "3.16.1"
    },
    "dependencies": {
        "keymirror": "0.1.1",
        "prop-types": "^15.5.10",
        "semantic-release": "^15.9.16"
    },
    "scripts": {
        "test": "node_modules/.bin/eslint *.js"
    },
    "rnpm": {
        "android": {
            "sourceDir": "./android-exoplayer"
        }
    },
    "files": [
        "android-exoplayer",
        "android",
        "ios",
        "windows",
        "TextTrackType.js",
        "react-native-video.podspec",
        "VideoResizeMode.js"
    ],
    "publishConfig": {
        "access": "public"
    }
}
