44 lines
958 B
JSON
44 lines
958 B
JSON
{
|
|
"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": {}
|
|
}
|