mtr
Version:
Node.js wrapper for the mtr command / tool.
52 lines (51 loc) • 1.06 kB
JSON
{
"name": "mtr",
"description": "Node.js wrapper for the mtr command / tool.",
"version": "0.2.1",
"author": "Tomaz Muraus <tomaz@tomaz.me>",
"contributors": [
{
"name": "Tomaz Muraus",
"email": "tomaz@tomaz.me",
"url": "http://www.tomaz.me"
},
{
"name": "Paul Querna",
"email": "pquerna@apache.org",
"url": "http://journal.paul.querna.org/"
}
],
"keywords": [
"traceroute",
"tracert",
"hops",
"latency check",
"trace route",
"mtr"
],
"homepage": "https://github.com/Kami/node-mtr",
"repository": {
"type": "git",
"url": "https://github.com/Kami/node-mtr"
},
"dependencies": {
},
"devDependencies": {
"whiskey": ">= 0.8 <= 0.9",
"jshint": "0.7.1"
},
"scripts": {
"test": "./scripts/tests.sh",
"lint": "./scripts/lint.sh"
},
"engines": {
"node": ">= 0.6.0 && < 0.11.0"
},
"main": "./lib/index.js",
"licenses": [
{
"type": "Apache",
"url": "http://www.apache.org/licenses/LICENSE-2.0.html"
}
]
}