{
  "name": "react-native-audio-streaming",
  "version": "2.3.2",
  "description": "React native audio streaming library for android and iOS",
  "repository": {
    "type": "git",
    "url": "git@github.com:tlenclos/react-native-audio-streaming.git"
  },
  "keywords": [
    "react-native",
    "audio streaming",
    "ios",
    "android",
    "web radio",
    "player"
  ],
  "author": "Thibault Lenclos",
  "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"
  }
}
