-
Notifications
You must be signed in to change notification settings - Fork 373
/
package.json
37 lines (37 loc) · 830 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
{
"name": "react-native-modal-picker",
"version": "0.0.16",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postversion": "git push && git push --tags"
},
"repository": {
"type": "git",
"url": "https://github.com/d-a-n/react-native-modal-picker.git"
},
"keywords": [
"react-native",
"dropdown",
"popover",
"select",
"picker",
"modal",
"ios",
"android",
"react-component"
],
"author": "Daniel Korger <[email protected]>",
"contributors": [
{
"name": "Alex Spring",
"email": "[email protected]"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/d-a-n/react-native-modal-picker/issues"
},
"homepage": "https://github.com/d-a-n/react-native-modal-picker"
}