react-native-checkbox-selection
Version:
A customizables ListView that allows you to select multiple and single rows
49 lines (48 loc) • 1.18 kB
JSON
{
"name": "react-native-checkbox-selection",
"version": "1.1.0",
"description": "A customizables ListView that allows you to select multiple and single rows",
"main": "lib/index.js",
"scripts": {
"test": "npm run lint && tape test/*.test.js",
"lint": "standard"
},
"keywords": [
"select",
"multiple",
"picker",
"react",
"native",
"react-native",
"checkbox",
"selection"
],
"author": "Suraj Sanwal",
"license": "ISC",
"repository": {
"type": "git",
"url": "git+https://github.com/surajSanwal/react-native-checkbox-selection.git"
},
"bugs": {
"url": "https://github.com/surajSanwal/react-native-checkbox-selection.git/issues"
},
"homepage": "https://github.com/surajSanwal/react-native-checkbox-selection.git#readme",
"dependencies": {
"react-native-select-multiple": "2.1.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-vector-icons": "*",
"prop-types": "*"
},
"devDependencies": {
"babel-eslint": "^10.0.3",
"reify": "^0.20.12",
"standard": "^14.3.1",
"tape": "^4.11.0"
},
"standard": {
"parser": "babel-eslint"
}
}