package.json 1.29 KB
{
  "name": "ip",
  "version": "0.3.3",
  "author": {
    "name": "Fedor Indutny",
    "email": "fedor@indutny.com"
  },
  "homepage": "https://github.com/indutny/node-ip",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/indutny/node-ip.git"
  },
  "main": "lib/ip",
  "devDependencies": {
    "mocha": "~1.3.2"
  },
  "scripts": {
    "test": "mocha --reporter spec test/*-test.js"
  },
  "license": "MIT",
  "gitHead": "7798e2d222718087863d8a5a99e3c02f3a30e2b9",
  "description": "IP address utilities for node.js",
  "bugs": {
    "url": "https://github.com/indutny/node-ip/issues"
  },
  "_id": "ip@0.3.3",
  "_shasum": "8ee8309e92f0b040d287f72efaca1a21702d3fb4",
  "_from": "ip@latest",
  "_npmVersion": "2.9.0",
  "_nodeVersion": "2.0.0",
  "_npmUser": {
    "name": "indutny",
    "email": "fedor@indutny.com"
  },
  "maintainers": [
    {
      "name": "fedor.indutny",
      "email": "fedor.indutny@gmail.com"
    },
    {
      "name": "mmalecki",
      "email": "me@mmalecki.com"
    },
    {
      "name": "indutny",
      "email": "fedor@indutny.com"
    }
  ],
  "dist": {
    "shasum": "8ee8309e92f0b040d287f72efaca1a21702d3fb4",
    "tarball": "http://registry.npmjs.org/ip/-/ip-0.3.3.tgz"
  },
  "directories": {},
  "_resolved": "https://registry.npmjs.org/ip/-/ip-0.3.3.tgz"
}