-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
46 lines (46 loc) · 1.08 KB
/
package.json
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
40
41
42
43
44
45
46
{
"name": "react-native-searchable-dropdown-kj",
"title": "React Native Searchable Dropdown KJ",
"version": "1.9.3",
"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/Kajanan02/react-native-searchable-dropdown-kj.git",
"baseUrl": "https://github.com/Kajanan02/react-native-searchable-dropdown-kj"
},
"keywords": [
"react-native",
"elements",
"components",
"material",
"dropdown",
"menu",
"multiselect",
"picker",
"select",
"react-native-dropdown",
"searchable-dropdown",
"select country"
],
"author": {
"name": "Hoa Phan",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "*",
"react-native": "*"
},
"dependencies": {
"lodash": "*"
},
"devDependencies": {
"@types/lodash": "*"
}
}