{
  "name": "tracert",
  "description": "Node.js wrapper for the GNU traceroute command.",
  "version": "0.1.2",
  "author": "Tomaz Muraus <tomaz@tomaz.me>",
  "contributors": [
      {
        "name": "Tomaz Muraus",
        "email": "tomaz@tomaz.me",
        "url": "http://www.tomaz.me"
      }
  ],
  "keywords": [
    "traceroute",
    "tracert",
    "hops",
    "latency check",
    "trace route"
  ],
  "homepage": "https://github.com/Kami/node-traceroute",
  "repository": {
    "type": "git",
    "url": "https://github.com/Kami/nodw-traceroute"
  },
  "dependencies": {
    "line-emitter": "0.1.x"
  },
  "devDependencies": {
    "whiskey": ">= 0.8 <= 0.9",
    "jshint": "0.7.1"
  },
  "scripts": {
    "test": "./scripts/tests.sh all",
    "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"
    }
  ]
}
