latenz
Version:
Measure response latency when requesting a web host.
44 lines (43 loc) • 850 B
JSON
{
"name": "latenz",
"version": "0.2.4",
"description": "Measure response latency when requesting a web host.",
"main": "./src/latenz.js",
"keywords": [
"latency",
"ping",
"status",
"updown",
"response",
"performance",
"test"
],
"scripts": {
"test": "./node_modules/.bin/mocha --ui tdd"
},
"author": "Sebastian Müller <mail@sbstjn.com>",
"license": "MIT",
"devDependencies": {
"chai": "^3.5.0",
"cz-conventional-changelog": "^1.1.6",
"mocha": "^2.5.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "git://github.com/sbstjn/latenz.git"
},
"engines": {
"node": ">=4.4.0"
},
"dependencies": {
"stopper": "^0.4.1"
},
"bin": {
"latenz": "bin/latenz"
}
}