1{ 2 "name": "react-native-slider", 3 "version": "4.4.2", 4 "summary": "React Native component used to select a single value from a range of values.", 5 "license": "MIT", 6 "authors": "react-native-community", 7 "homepage": "https://github.com/callstack/react-native-slider#readme", 8 "platforms": { 9 "ios": "9.0" 10 }, 11 "source": { 12 "git": "https://github.com/callstack/react-native-slider.git", 13 "tag": "v4.4.2" 14 }, 15 "source_files": "ios/**/*.{h,m,mm}", 16 "dependencies": { 17 "React-Core": [] 18 } 19} 20