UNPKG

react-native-ios-volume

Version:
29 lines (27 loc) 589 B
{ "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" } }