{
  "name": "default-gateway",
  "version": "0.8.1",
  "description": "A Node.js module to get default gateway and default interface.",
  "author": "silverwind <me@silverwind.io>",
  "repository": "silverwind/default-gateway",
  "scripts": {
    "test": "mocha"
  },
  "os": [
    "win32",
    "darwin",
    "linux"
  ],
  "files": [
    "index.js",
    "darwin.js",
    "linux.js",
    "win32.js"
  ],
  "keywords": [
    "win32",
    "darwin",
    "linux",
    "net",
    "network",
    "gateway",
    "child_process",
    "wmi",
    "route"
  ],
  "license": "MIT",
  "dependencies": {
    "async": "2.4.1",
    "xml2js": "^0.4.17"
  },
  "devDependencies": {
    "chai": "4.0.2",
    "mocha": "3.4.2",
    "mocha-clean": "1.0.0"
  },
  "engines": {
    "node": ">=4"
  }
}
