-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.03 KB
/
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
40
41
42
43
44
45
{
"name": "syncsocket-clock-client",
"version": "0.1.11",
"engines": {
"node": ">=6.0.0"
},
"description": "Probabilistic clock synchronization client",
"main": "src/index.js",
"scripts": {
"test": "mocha --reporter spec -w",
"test:single": "mocha --reporter spec",
"cover": "istanbul cover _mocha -- -R spec test/*"
},
"repository": {
"type": "git",
"url": "https://github.com/woyorus/syncsocket-clock-client.git"
},
"keywords": [
"time",
"timeserver",
"clock",
"clocks",
"sync",
"synchronization",
"Cristian",
"Cristians",
"NTP",
"synchronize"
],
"author": "Kirill Kravinsky <[email protected]> (http://github.com/woyorus)",
"license": "MIT",
"bugs": {
"url": "https://github.com/woyorus/syncsocket-clock-client/issues"
},
"homepage": "https://github.com/woyorus/syncsocket-clock-client",
"devDependencies": {
"chai": "3.5.0",
"istanbul": "0.4.4",
"mocha": "2.5.3",
"nock": "8.0.0"
},
"dependencies": {
"url": "0.11.0"
}
}