react-native-sound-player
Version:
Play or stream audio files in ReactNative on iOS/Android
31 lines (30 loc) • 638 B
JSON
{
"name": "react-native-sound-player",
"version": "0.14.5",
"description": "Play or stream audio files in ReactNative on iOS/Android",
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"reactnative",
"react-native",
"sound",
"player",
"audio",
"streaming"
],
"repository": {
"type": "git",
"url": "git+https://github.com/johnsonsu/react-native-sound-player.git"
},
"author": {
"name": "Johnson Su",
"email": "johnsonsu@johnsonsu.com"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": true,
"singleQuote": false
},
"license": "MIT"
}