forked from AdelRedaa97/react-native-select-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 697 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 697 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
{
"name": "react-native-select-dropdown",
"version": "3.2.1",
"description": "react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.",
"main": "index.js",
"typings": "index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"android",
"ios",
"dropdown",
"select",
"option",
"selector",
"picker",
"menu",
"modal"
],
"repository": {
"type": "git",
"url": "https://github.com/AdelRedaa97/react-native-select-dropdown"
},
"author": "Adel Reda (AdelRedaa97)",
"license": "MIT"
}