{
  "name": "local-ip-address",
  "description": "Get the machine IP on the local network.",
  "keywords": [
    "local",
    "ip",
    "address",
    "get",
    "the",
    "machine",
    "on",
    "network"
  ],
  "license": "MIT",
  "version": "1.0.1",
  "main": "lib/index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "Ionică Bizău <bizauionica@gmail.com> (https://ionicabizau.net)",
  "homepage": "https://github.com/IonicaBizau/local-ip-address#readme",
  "files": [
    "bin/",
    "app/",
    "lib/",
    "dist/",
    "src/",
    "scripts/",
    "resources/",
    "menu/",
    "cli.js",
    "index.js",
    "index.d.ts",
    "package-lock.json",
    "bloggify.js",
    "bloggify.json",
    "bloggify/"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/IonicaBizau/local-ip-address.git"
  },
  "bugs": {
    "url": "https://github.com/IonicaBizau/local-ip-address/issues"
  }
}