-
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) · 790 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 790 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-selectable-dropdown",
"version": "0.0.3",
"description": "A better Select dropdown menu for react-native",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/S5Platform/react-native-selectable-dropdown.git"
},
"keywords": [
"react-component",
"react-native",
"react-native-dropdown",
"ios",
"android"
],
"author": "0nlyoung7 <0nlyoung7@gmail.com> (https://github.com/S5Platform)",
"license": "MIT",
"homepage": "https://github.com/S5Platform/react-native-selectable-dropdown",
"dependencies": {
"react-native-svg": "^5.2.0",
"react-native-svg-icon": "^0.7.0",
"underscore": "^1.8.3"
}
}