eiriksm/node-local-ip

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "local-ip",
  "version": "2.0.1",
  "description": "Get local ip address in node.",
  "main": "index.js",
  "scripts": {
    "test": "tap test/*",
    "test-cov": "tap test/* --coverage --coverage-report=text-lcov > lcov.info",
    "test-cov-report": "npm run test-cov && cat lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/eiriksm/node-local-ip"
  },
  "keywords": [
    "ip"
  ],
  "author": "Eirik S. Morland <eirik@morland.no>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/eiriksm/node-local-ip/issues"
  },
  "homepage": "https://github.com/eiriksm/node-local-ip",
  "devDependencies": {
    "coveralls": "^2.13.1",
    "tap": "^10.7.1",
    "tape": "^4.8.0"
  }
}