2019-10-04 13:38:35 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-slider",
|
2019-11-18 17:52:08 +00:00
|
|
|
"version": "2.0.5",
|
2019-10-04 13:38:35 +00:00
|
|
|
"summary": "React Native component used to select a single value from a range of values.",
|
|
|
|
"license": "MIT",
|
|
|
|
"authors": "react-native-community",
|
|
|
|
"homepage": "https://github.com/react-native-community/react-native-slider",
|
|
|
|
"platforms": {
|
|
|
|
"ios": "9.0"
|
|
|
|
},
|
|
|
|
"source": {
|
|
|
|
"git": "https://github.com/react-native-community/react-native-slider.git",
|
2019-11-18 17:52:08 +00:00
|
|
|
"tag": "v2.0.5"
|
2019-10-04 13:38:35 +00:00
|
|
|
},
|
|
|
|
"source_files": "ios/**/*.{h,m}",
|
|
|
|
"dependencies": {
|
|
|
|
"React": [
|
|
|
|
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|