forked from hoaphantn7604/react-native-element-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 961 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 961 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
34
35
36
37
38
39
{
"name": "react-native-element-dropdown",
"title": "React Native Element Dropdown",
"version": "1.5.11",
"description": "A react-native dropdown component easy to customize for both iOS and Android.",
"main": "index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/hoaphantn7604/react-native-element-dropdown.git",
"baseUrl": "https://github.com/hoaphantn7604/react-native-element-dropdown"
},
"keywords": [
"react-native",
"elements",
"components",
"material",
"dropdown",
"menu",
"multiselect",
"picker",
"select",
"select country"
],
"author": {
"name": "Hoa Phan",
"email": "hoaphantn7604@email.com"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"devDependencies": {
"react": "*",
"react-native": "*",
"lodash": "*"
}
}