react-native-ios-volume
Version:
React Native Volume Control library for iOS
29 lines (27 loc) • 589 B
JSON
{
"name": "react-native-ios-volume",
"version": "1.0.0",
"description": "React Native Volume Control library for iOS",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"volume",
"volume-control",
"ios"
],
"author": "louis hsiao",
"license": "MIT",
"devDependencies": {
"react": ">=16.0.0-alpha.12"
},
"repository": {
"type": "git",
"url": "git://github.com/pohsiu/react-native-ios-volume.git"
},
"peerDependencies": {
"react-native": ">=0.40.0"
}
}