react-native-column-slider
Version:
A pure JavaScript Slider component, UI similar to iPhone brightness regulator.
39 lines (38 loc) • 913 B
JSON
{
"name": "react-native-column-slider",
"version": "1.0.1",
"description": "A pure JavaScript Slider component, UI similar to iPhone brightness regulator.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/hezhii/react-native-column-slider"
},
"keywords": [
"react",
"native",
"slider",
"column",
"vertical",
"iphone"
],
"author": {
"name": "biu",
"email": "hezhou920@gmail.com",
"url": "https://www.whezh.com"
},
"scripts": {
"publish": "npm publish --registry https://registry.npmjs.org"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/hezhii/react-native-column-slider/issues"
},
"homepage": "https://github.com/hezhii/react-native-column-slider#readme",
"devDependencies": {
"prop-types": "^15.6.2"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
}
}