-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 915 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 915 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
32
33
{
"name": "react-native-picklist",
"version": "1.1.1",
"private": false,
"description": "General page for single/multiple select/show with single/multiple data level.",
"main": "src/index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/gaoxiaosong/react-native-picklist.git"
},
"keywords": [
"React-Native",
"PickList",
"MultiSelect"
],
"author": "Xiaosong Gao",
"license": "MIT",
"bugs": {
"url": "https://github.com/gaoxiaosong/react-native-picklist/issues",
"email": "gaoxiaosong06@gmail.com"
},
"homepage": "https://github.com/gaoxiaosong/react-native-picklist#readme",
"dependencies": {
"react-native-general-searchbar": "^1.0.0",
"react-native-general-tree": "^1.0.3",
"react-native-pure-navigation-bar": "^1.3.4"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-navigation": "*"
}
}