22 lines
530 B
JSON
22 lines
530 B
JSON
|
{
|
||
|
"name": "react-native-slider",
|
||
|
"version": "2.0.1",
|
||
|
"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",
|
||
|
"tag": "v2.0.1"
|
||
|
},
|
||
|
"source_files": "ios/**/*.{h,m}",
|
||
|
"dependencies": {
|
||
|
"React": [
|
||
|
|
||
|
]
|
||
|
}
|
||
|
}
|