react-native-audio-manager
Version:
Audio player library for react native Android
33 lines (32 loc) • 814 B
JSON
{
"name": "react-native-audio-manager",
"version": "0.1.3",
"description": "Audio player library for react native Android",
"main": "AudioPlayer.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/Tricy/react-native-audio-manager.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"audioplayer",
"audiomanager",
"audio",
"player",
"manager"
],
"author": "Tricy Inc. <hi@tricy.io> (https://tricy.io)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Tricy/react-native-audio-manager/issues"
},
"homepage": "https://github.com/Tricy/react-native-audio-manager#readme",
"peerDependencies": {
"react-native": ">=0.5"
}
}