-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 805 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 805 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "react-native-list-view-select",
"version": "1.0.4",
"description": "React Native component to render a list view as a selectable list",
"main": "ListViewSelect.js",
"repository": {
"type": "git",
"url": "https://github.com/JamesWatling/react-native-list-view-select.git"
},
"keywords": [
"list",
"list View",
"selectable",
"select",
"dropdown",
"react-component",
"react-native",
"ios",
"android",
"modal"
],
"author": "James Watling <watling.james@gmail.com> @jameswatling",
"license": "MIT",
"bugs": {
"url": "https://github.com/JamesWatling/react-native-list-view-select/issues"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"homepage": "https://github.com/JamesWatling/react-native-list-view-select"
}