{
  "name": "react-native-fullscreen-video-player",
  "version": "1.0.0",
  "description": "A video player for React Native with controls",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "lint": "eslint ."
  },
  "keywords": [
    "react-component",
    "react-native",
    "ios",
    "android",
	"video"
  ],
  "author": "gui-che <isguiche@gmail.com>",
  "license": "ISC",
  "repository": {
	  "type": "git",
	  "url": "https://github.com/gui-che/react-native-fullscreen-video-player"
  },
  "peerDependencies": {
    "prop-types": "*",
    "react": "*",
    "react-native": "*",
    "react-native-vector-icons": ">= 2.1.0",
    "react-native-video": "^2.0.0"
  },
  "devDependencies": {
    "eslint": "^3.4.0",
    "eslint-config-airbnb": "^10.0.1",
    "eslint-plugin-import": "^1.14.0",
    "eslint-plugin-jsx-a11y": "^2.2.1",
    "eslint-plugin-react": "^6.2.0"
  }
}
