forked from cnjon/react-native-datetime
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 673 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 673 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
{
"name": "react-native-datetime-zic",
"version": "0.0.3",
"description": "A datetime-picker for react-native support for android and ios. zic: merge from https://github.com/yptech/react-native-datetime/pull/15/files",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/zicjin/react-native-datetime.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"date",
"time",
"datetime"
],
"author": {
"name": "zicjin",
"url": "https://github.com/zicjin"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/zicjin/react-native-datetime/issues"
}
}