-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.03 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
{
"name": "react-native-android-dialog-picker",
"title": "React Native Android Dialog Picker",
"version": "0.1.0",
"description": "Simple custom dialog with multiple list items for android",
"main": "index.js",
"types": "./index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"android",
"dialog",
"picker",
"spinner",
"android spinner"
],
"author": {
"name": "Jan Czizikow",
"email": "[email protected]"
},
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"repository": {
"type": "git",
"url": "https://github.com/janczizikow/AndroidDialogPicker.git",
"baseUrl": "https://github.com/janczizikow/AndroidDialogPicker"
},
"bugs": {
"url": "https://github.com/janczizikow/AndroidDialogPicker/issues"
},
"homepage": "https://github.com/janczizikow/AndroidDialogPicker#readme",
"peerDependencies": {
"react": "^16.8.6",
"react-native": ">=0.60.0 <1.0.x"
}
}