forked from remobile/react-native-datetime-picker
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
33 lines (33 loc) · 1019 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
{
"name": "react-native-datetime-picker",
"version": "1.1.2",
"description": "A cross-platform datetime picker for React Native that support both Android and iOS.",
"main": "index.js",
"author": {
"name": "Emir Aydin",
"email": "[email protected]"
},
"contributors": [
"YunJiang.Fang <[email protected]>"
],
"license": "MIT",
"keywords": [
"react-native",
"react-component",
"ios",
"android",
"datetime-picker",
"picker",
"datetime",
"date",
"time"
],
"homepage": "https://github.com/emiraydin/react-native-datetime-picker",
"bugs": {
"url": "https://github.com/emiraydin/react-native-datetime-picker/issues"
},
"repository": {
"type": "git",
"url": "git://github.com/emiraydin/react-native-datetime-picker.git"
}
}