UNPKG

sntp

Version:
31 lines (30 loc) 591 B
{ "name": "sntp", "description": "SNTP Client", "version": "3.0.2", "repository": { "type": "git", "url": "git://github.com/hueniverse/sntp" }, "main": "lib/index.js", "keywords": [ "sntp", "ntp", "time" ], "dependencies": { "boom": "7.x.x", "bounce": "1.x.x", "hoek": "6.x.x", "teamwork": "3.x.x" }, "devDependencies": { "code": "5.x.x", "lab": "17.x.x" }, "scripts": { "test": "lab -a code -t 100 -L -m 20000", "test-cov-html": "lab -a code -r html -o coverage.html -m 20000" }, "license": "BSD-3-Clause" }