{
  "name": "ext-ip",
  "version": "0.3.9",
  "title": "Node.js external IP receiver",
  "description": "A node.js library to get your external ip from multiple services.",
  "licenses": [{
    "type": "ISC",
    "url": "https://opensource.org/licenses/ISC"
  }],
  "homepage": "https://github.com/dkern/external-ip",
  "bugs": "https://github.com/dkern/external-ip/issues",
  "repository": {
    "type": "git",
    "url": "https://dkern@github.com/dkern/external-ip.git"
  },
  "main": "index.js",
  "bin": {
    "ext-ip": "lib/cli/ext-ip.js"
  },
  "author": {
    "name": "Daniel 'Eisbehr' Kern",
    "email": "git@eisbehr.de",
    "url": "http://www.eisbehr.de"
  },
  "contributors": [{
      "name": "John Chaniotis"
    }, {
      "name": "Nikolas Andronopoulos",
      "email": "nikolas.andronopoulos@gmail.com"
    }
  ],
  "keywords": [
    "node.js",
    "external",
    "ip",
    "network",
    "public",
    "address"
  ],
  "scripts": {
    "test": "nyc --reporter=none mocha",
    "cover": "nyc --reporter=html mocha",
    "coveralls": "nyc report --reporter=text-lcov | coveralls"
  },
  "dependencies": {
    "commander": "^2.9.0",
    "request": "^2.81.0"
  },
  "devDependencies": {
    "chai": "^4.0.2",
    "chai-as-promised": "^7.0.0",
    "coveralls": "^2.13.1",
    "gulp": "^3.9.1",
    "gulp-jshint": "^2.0.4",
    "jshint": "^2.9.4",
    "jshint-stylish": "^2.2.1",
    "mocha": "^3.4.2",
    "mocha-lcov-reporter": "^1.3.0",
    "nyc": "^11.0.2",
    "sinon": "^2.3.4"
  },
  "engines": {
    "node": ">=4"
  }
}
