-
Notifications
You must be signed in to change notification settings - Fork 14
/
Copy pathpackage.json
37 lines (37 loc) · 947 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
{
"name": "react-native-clock-sync",
"version": "1.1.0-a",
"description": "Sync clock across mobile devices using NTP",
"main": "index.js",
"scripts": {
"lint": "eslint .",
"test": "jest --verbose --silent"
},
"repository": {
"type": "git",
"url": "git+https://github.com/artem-russkikh/react-native-clock-sync.git"
},
"keywords": [
"react-native",
"ntp",
"clock",
"sync"
],
"author": "jordan l piepkow",
"contributors": [
"Artem Russkikh <[email protected]> (http://artem-russkikh.ru/)",
"superguineapig (https://github.com/superguineapig)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/artem-russkikh/react-native-clock-sync/issues"
},
"homepage": "https://github.com/artem-russkikh/react-native-clock-sync#readme",
"dependencies": {
"react-native-ntp-client": "0.5.5"
},
"devDependencies": {
"eslint": "^5.9.0",
"jest": "^23.6.0"
}
}