{
    "name": "@chaimpan/react-native-jwplayer",
    "version": "0.1.2",
    "description": "React-native Android/iOS plugin for JWPlayer SDK (https://www.jwplayer.com/)",
    "main": "index.js",
    "scripts": {
        "lint": "eslint index.js demo/index.ios.js demo/index.android.js demo/src"
    },
    "pre-commit": [
        "lint"
    ],
    "repository": {
        "type": "git",
        "url": "git+https://github.com/chaimPaneth/react-native-jwplayer.git"
    },
    "keywords": [
        "react",
        "react-native",
        "jwplayer",
        "media",
        "player",
        "mediaplayer",
        "media-player",
        "jw",
        "android",
        "ios",
        "audio",
        "video",
        "sdk"
    ],
    "author": "chaimPaneth <chaim@chaimpaneth.com> (chaimpaneth.com)",
    "license": "MIT",
    "homepage": "https://github.com/chaimPaneth/react-native-jwplayer#readme",
    "peerDependencies": {
        "react-native": "^0.40.0",
        "react": "~15.4.0-rc.4"
    },
    "devDependencies": {
        "babel-eslint": "^7.1.1",
        "babel-preset-react-native-stage-0": "^1.0.1",
        "eslint": "^3.14.1",
        "eslint-config-airbnb": "^14.0.0",
        "eslint-plugin-import": "^2.2.0",
        "eslint-plugin-jsx-a11y": "^3.0.2",
        "eslint-plugin-react": "^6.9.0",
        "eslint-plugin-react-native": "^2.2.1",
        "pre-commit": "^1.2.2"
    }
}
