forked from Cero-Studio/ReactNativeWheelPicker
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
28 lines (28 loc) · 755 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
{
"name": "react-native-wheel-picker-simple",
"version": "2.0.5",
"description": "Simple Wheel Picker for Android to use with react-native",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/saravanabalagi/react_native_wheel_picker_simple.git"
},
"keywords": [
"react-component",
"react-native",
"android",
"picker",
"wheel-picker",
"date-picker",
"date-wheel-picker"
],
"author": "Saravanabalagi Ramachandran",
"license": "MIT",
"bugs": {
"url": "https://github.com/saravanabalagi/react_native_wheel_picker_simple/issues"
},
"homepage": "https://github.com/saravanabalagi/react_native_wheel_picker_simple",
"dependencies": {
"moment": "2.22.0"
}
}