forked from Cero-Studio/ReactNativeWheelPicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 778 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
{
"name": "react-native-wheel-picker-android",
"version": "3.0.0",
"description": "Simple Wheel Picker for Android to use with react-native",
"main": "index.tsx",
"repository": {
"type": "git",
"url": "git+https://github.com/kalontech/ReactNativeWheelPicker.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"picker",
"wheel-picker",
"date-picker",
"date-wheel-picker"
],
"author": "Artem Kosiakevych <artem.kosiakevych@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kalontech/ReactNativeWheelPicker/issues"
},
"homepage": "https://github.com/kalontech/ReactNativeWheelPicker",
"dependencies": {
"@react-native-picker/picker": "^1.8.3",
"moment": "^2.24.0"
}
}