forked from fateh999/react-native-paper-dropdown
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1011 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
34
35
36
37
38
39
40
41
42
{
"name": "react-native-paper-dropdown",
"version": "1.0.7",
"description": "Dropdown component using React Native Paper TextInput and Menu, now also with multiselect",
"files": [
"dist"
],
"main": "dist/DropDown.js",
"types": "dist/DropDown.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fateh999/react-native-paper-dropdown.git"
},
"keywords": [
"Dropdown",
"Material",
"Dropdown",
"React",
"Native",
"Paper"
],
"author": "Fateh Farooqui",
"license": "MIT",
"bugs": {
"url": "https://github.com/fateh999/react-native-paper-dropdown/issues"
},
"homepage": "https://github.com/fateh999/react-native-paper-dropdown#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-paper": "*",
"@types/react": "*",
"@types/react-native": "*",
"typescript": "*"
}
}