react-native-volume-control
Version:
Control device volume for iOS and Android
34 lines (33 loc) • 801 B
JSON
{
"name": "react-native-volume-control",
"version": "1.0.1",
"description": "Control device volume for iOS and Android",
"main": "index.js",
"scripts": {
"test": "echo \"No tests\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/rtmalone/react-native-volume-control.git"
},
"keywords": [
"volume",
"control",
"sound"
],
"author": "Tyler Malone <rtylermalone@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/rtmalone/react-native-volume-control/issues"
},
"homepage": "https://github.com/rtmalone/react-native-volume-control#readme",
"peerDependencies": {
"react-native": ">=0.31.0"
},
"devDependencies": {
"react-native": ">=0.31.0"
},
"dependencies": {
"prop-types": "^15.6.0"
}
}