react-native-optiongroup
Version:
A simple cross compatible option group element
49 lines (48 loc) • 1.12 kB
JSON
{
"name": "react-native-optiongroup",
"version": "0.0.7",
"description": "A simple cross compatible option group element",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "https://github.com/flyandi/react-native-optiongroup.git"
},
"keywords": [
"react",
"native",
"react-native",
"list",
"options",
"group box",
"ui",
"multi",
"ios",
"android",
"react-component"
],
"author": "Andy Schwarz <flyandi@yahoo.com> (http://flyandi.net)",
"license": {
"type": "MIT",
"url": "https://github.com/flyandi/react-native-optiongroup/blob/master/LICENSE"
},
"bugs": {
"url": "https://github.com/flyandi/react-native-optiongroup/issues"
},
"scripts": {
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"homepage": "https://github.com/flyandi/react-native-optiongroup#readme",
"devDependencies": {
"babel-jest": "^21.2.0",
"jest": "^21.2.1",
"react-native": "^0.49.3",
"react-test-renderer": "^16.0.0"
},
"dependencies": {
"lodash": "^4.17.4",
"prop-types": "^15.6.0"
}
}