-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 942 Bytes
/
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
{
"name": "react-native-dropdown-modal",
"version": "1.2.1",
"description": "An easy-to-use, styleable dropdown component for React Native!",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/communitybuilders/react-native-dropdown.git"
},
"keywords": [
"dropdown",
"react-native",
"react-native-dropdown",
"select"
],
"author": "Dejan Lukic <dejan.lukic@communitybuilders.com.au>",
"license": "ISC",
"bugs": {
"url": "https://github.com/communitybuilders/react-native-dropdown/issues"
},
"homepage": "https://github.com/communitybuilders/react-native-dropdown#readme",
"dependencies": {
"deprecated-react-native-prop-types": "^4.2.1",
"prop-types": "^15.6.2",
"react-native-vector-icons": "^8.1.0"
},
"peerDependencies": {
"react-native": "^0.64.0"
}
}