-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
39 lines (39 loc) · 998 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
34
35
36
37
38
39
{
"name": "react-native-device-time-format",
"version": "2.4.0",
"description": "Get device setting for time format in react-native",
"main": "index.js",
"scripts": {
"dist": "npm publish --access public"
},
"keywords": [
"react-native",
"device",
"time format",
"hour format",
"12 hour",
"24 hour"
],
"repository": {
"type": "git",
"url": "https://github.com/steffenagger/react-native-device-time-format.git"
},
"homepage": "https://github.com/steffenagger/react-native-device-time-format#readme",
"bugs": "https://github.com/steffenagger/react-native-device-time-format/issues",
"author": {
"name": "Steffen Agger",
"email": "[email protected]",
"url": "https://github.com/steffenagger"
},
"contributors": [
{
"name": "Tim Kuilman",
"url": "https://github.com/timkuilman"
},
{
"name": "Tihomir Valkanov",
"url": "https://github.com/thinklinux"
}
],
"license": "MIT"
}