{
  "name": "react-native-stream-player",
  "version": "0.0.2",
  "description": "Play audio stream and audio files in ReactNative on iOS/Android",
  "main": "index.js",
  "types": "index.d.ts",
  "keywords": [
    "reactnative",
    "react-native",
    "sound",
    "player",
    "audio",
    "streaming",
	"icecast",
	"millicast",
	"showcast"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Amenulhaq/react-native-stream-player"
  },
  "author": {
    "name": "Amenulhaq",
    "email": "amenulhaq@gmail.com"
  },
  "prettier": {
    "trailingComma": "es5",
    "tabWidth": 2,
    "semi": true,
    "singleQuote": false
  },
  "license": "MIT"
}