forked from chymtt/ReactNativeDropdownAndroid
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 680 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 680 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
{
"name": "react-native-dropdown-android",
"version": "0.0.9",
"description": "Simple wrapper for Android's Spinner to use with react-native",
"main": "src/Dropdown.js",
"repository": {
"type": "git",
"url": "https://github.com/chymtt/ReactNativeDropdownAndroid"
},
"keywords": [
"react-component",
"react-native",
"android",
"spinner",
"dropdown"
],
"peerDependencies": {
"react-native": ">=0.15.0"
},
"author": "Do Anh Tu <chymtt@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/chymtt/ReactNativeDropdownAndroid/issues"
},
"homepage": "https://github.com/chymtt/ReactNativeDropdownAndroid"
}