{
  "name": "react-native-audio-stream",
  "version": "2.6.1",
  "description": "Fixed and modified verison of the react-native-audio-streaming library at the 2.3.2 version",
  "repository": {
    "type": "git",
    "url": "git@github.com:dengue8830/react-native-audio-streaming.git"
  },
  "keywords": [
    "react-native",
    "audio streaming",
    "ios",
    "android",
    "web radio",
    "player"
  ],
  "author": "David Rearte",
  "license": "MIT",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Not test yet sadly :(\" && exit 0"
  },
  "peerDependencies": {
    "react-native": ">=0.31.0"
  },
  "devDependencies": {
    "react-native": ">=0.31.0"
  }
}
