ntp-client
Version:
Pure Javascript implementation of the NTP Client Protocol
43 lines (42 loc) • 1.14 kB
JSON
{
"name": "ntp-client",
"description": "Pure Javascript implementation of the NTP Client Protocol",
"version": "0.5.3",
"homepage": "https://github.com/moonpyk/node-ntp-client",
"author": {
"name": "Clément Bourgeois",
"email": "moonpyk@gmail.com",
"url": "http://www.moonpyk.net"
},
"repository": {
"type": "git",
"url": "git://github.com/moonpyk/node-ntp-client.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/moonpyk/node-ntp-client/blob/master/LICENSE-MIT"
}
],
"main": "lib/ntp-client",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "grunt jshint nodeunit"
},
"devDependencies": {
"grunt": ">= 0.4.1",
"grunt-contrib-jshint": ">= 0.6.0",
"grunt-contrib-nodeunit": ">= 0.2.0",
"grunt-contrib-watch": ">= 0.4.0",
"nodeunit": ">= 0.8.1"
},
"bin": {
"node-ntp-client": "bin/node-ntp-client"
},
"keywords": [
"date",
"ntp"
]
}