| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546 | {  "name": "dev-ip",  "description": "Find a suitable IP host to view local websites on.",  "version": "1.0.1",  "homepage": "https://github.com/shakyshane/dev-ip",  "author": {    "name": "Shane Osbourne",    "email": "shane.osbourne8@gmail.com"  },  "repository": {    "type": "git",    "url": "git://github.com/shakyshane/dev-ip.git"  },  "bugs": {    "url": "https://github.com/shakyshane/dev-ip/issues"  },  "licenses": [    {      "type": "MIT",      "url": "https://github.com/shakyshane/dev-ip/blob/master/LICENSE-MIT"    }  ],  "main": "lib/dev-ip",  "engines": {    "node": ">= 0.8.0"  },  "scripts": {    "lint": "jshint lib/*.js test/*.js",    "unit": "mocha",    "test": "npm run lint && npm run unit"  },  "devDependencies": {    "chai": "^1.10.0",    "jshint": "^2.5.11",    "mocha": "^2.1.0",    "sinon": "^1.12.2"  },  "keywords": [],  "bin": {    "dev-ip": "lib/dev-ip.js"  },  "dependencies": {},  "__npminstall_done": true,  "_from": "dev-ip@1.0.1",  "_resolved": "https://registry.npmmirror.com/dev-ip/-/dev-ip-1.0.1.tgz"}
 |