forked from remobile/react-native-datetime-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 967 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 967 Bytes
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
{
"name": "@remobile/react-native-datetime-picker",
"version": "1.0.3",
"description": "A datetime-picker for react-native support for android and ios",
"main": "index.js",
"author": {
"name": "YunJiang.Fang",
"email": "42550564@qq.com"
},
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"datetime-picker",
"picker",
"datetime",
"date",
"time",
"remobile",
"mobile"
],
"homepage": "https://github.com/remobile/react-native-datetime-picker",
"bugs": {
"url": "https://github.com/remobile/react-native-datetime-picker/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/remobile/react-native-datetime-picker.git"
}
}