forked from iJimmyWei/react-native-material-dropdown-v2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
58 lines (58 loc) · 1.19 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
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "react-native-material-dropdown-v2-fixed",
"version": "0.11.4",
"license": "BSD-3-Clause",
"contributors": [
{
"name": "Alexander Nazarov",
"email": "[email protected]"
},
{
"name": "Jimmy Wei",
"email": "[email protected]"
},
{
"name": "Davide Polano",
"email": "[email protected]"
},
{
"name": "Cristina Cucinotta",
"email": "[email protected]"
}
],
"description": "Material dropdown",
"keywords": [
"react",
"react-component",
"react-native",
"ios",
"android",
"material",
"dropdown",
"spinner",
"select"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "git://github.com/Trihydro/react-native-material-dropdown.git"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-paper": "*"
},
"devDependencies": {
"babel-eslint": "^8.0.0",
"eslint": "^4.5.0",
"eslint-plugin-react": "^7.0.0"
},
"scripts": {
"lint": "eslint src example/app.js"
},
"dependencies": {
"prop-types": "^15.5.9",
"react-native-material-buttons": "^0.5.0",
"react-native-material-ripple": "^0.8.0"
}
}