{
  "name": "react-native-media-player",
  "version": "0.3.5",
  "description":
    "This is a react native media player with external display controller. Support photo, video, music and background mode.",
  "main": "index.js",
  "eslintConfig": {
    "extends": "mybigday"
  },
  "scripts": {
    "lint": "eslint *.js test/*.js example/*.js",
    "test": "mocha --require mocha_babel"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/mybigday/react-native-media-player"
  },
  "nativePackage": true,
  "keywords": [
    "react-native",
    "react",
    "native",
    "external",
    "display",
    "media",
    "player",
    "react-component",
    "android"
  ],
  "author": "Pepper Yen <pepper.yen@gmail.com>",
  "license": "MIT",
  "peerDependencies": {
    "react-native-fs": "^1.2.0"
  },
  "devDependencies": {
    "babel-eslint": "^6.0.0",
    "eslint": "^2.4.0",
    "eslint-config-mybigday": "0.0.1",
    "eslint-plugin-react": "^4.2.1",
    "expect.js": "^0.3.1",
    "fs-promise": "^0.5.0"
  }
}
