forked from incrementing/react-native-ntp-sync
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 855 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
{
"name": "react-native-ntp-sync",
"version": "1.0.4",
"description": "Sync time using NTP servers",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/incrementing/react-native-ntp-sync.git"
},
"keywords": [
"react-native",
"native",
"android",
"ios",
"ntp",
"sync",
"clock",
"time",
"date"
],
"author": "Gian <[email protected]> (https://gian.sh/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/incrementing/react-native-ntp-sync/issues"
},
"homepage": "https://github.com/incrementing/react-native-ntp-sync#readme",
"dependencies": {
"buffer": "^5.6.0",
"react-native-background-timer": "^2.4.1",
"react-native-udp": "^4.0.3"
},
"devDependencies": {
"eslint": "^5.16.0"
}
}