react-native-unordered-list
Version:
A simple React Native component to display an unordered list (bullet points).
33 lines (32 loc) • 856 B
JSON
{
"name": "react-native-unordered-list",
"version": "1.0.4",
"description": "A simple React Native component to display an unordered list (bullet points).",
"main": "index.js",
"homepage": "https://github.com/xiqi/react-native-unordered-list",
"bugs": {
"url": "https://github.com/xiqi/react-native-unordered-list/issues",
"email": "me@imxiqi.com"
},
"repository": {
"type": "git",
"url": "https://github.com/xiqi/react-native-unordered-list.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native unordered list",
"react-native",
"unordered list",
"bullet point",
"list",
"ul"
],
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"author": "Qi Xi <me@imxiqi.com> (https://www.imxiqi.com/)",
"license": "MIT"
}