Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download
81152 views
1
{
2
"name": "sntp",
3
"description": "SNTP Client",
4
"version": "1.0.9",
5
"author": {
6
"name": "Eran Hammer",
7
"email": "[email protected]",
8
"url": "http://hueniverse.com"
9
},
10
"contributors": [],
11
"repository": {
12
"type": "git",
13
"url": "git://github.com/hueniverse/sntp"
14
},
15
"main": "index",
16
"keywords": [
17
"sntp",
18
"ntp",
19
"time"
20
],
21
"engines": {
22
"node": ">=0.8.0"
23
},
24
"dependencies": {
25
"hoek": "2.x.x"
26
},
27
"devDependencies": {
28
"lab": "4.x.x"
29
},
30
"scripts": {
31
"test": "make test-cov"
32
},
33
"licenses": [
34
{
35
"type": "BSD",
36
"url": "http://github.com/hueniverse/sntp/raw/master/LICENSE"
37
}
38
],
39
"gitHead": "ee2e35284f684609990681734d39010cd356d7da",
40
"bugs": {
41
"url": "https://github.com/hueniverse/sntp/issues"
42
},
43
"homepage": "https://github.com/hueniverse/sntp",
44
"_id": "[email protected]",
45
"_shasum": "6541184cc90aeea6c6e7b35e2659082443c66198",
46
"_from": "sntp@>=1.0.0 <2.0.0",
47
"_npmVersion": "1.4.23",
48
"_npmUser": {
49
"name": "hueniverse",
50
"email": "[email protected]"
51
},
52
"maintainers": [
53
{
54
"name": "hueniverse",
55
"email": "[email protected]"
56
}
57
],
58
"dist": {
59
"shasum": "6541184cc90aeea6c6e7b35e2659082443c66198",
60
"tarball": "http://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz"
61
},
62
"directories": {},
63
"_resolved": "https://registry.npmjs.org/sntp/-/sntp-1.0.9.tgz"
64
}
65
66