UNPKG

hostparty

Version:

Programmatic and CLI editing for OS hosts file

45 lines (44 loc) 1 kB
{ "name": "hostparty", "version": "1.0.16", "description": "Programmatic and CLI editing for OS hosts file", "main": "app.js", "scripts": { "test": "grunt test" }, "bin": { "hostparty": "./bin/cli.js" }, "repository": { "type": "git", "url": "https://github.com/drb/hostparty" }, "homepage": "https://github.com/drb/hostparty", "keywords": [ "hosts file", "hostsfile", "/etc/hosts", "local DNS management", "CLI DNS" ], "author": "Dave Bullough <dave.bullough@gmail.com>", "license": "MIT", "dependencies": { "bluebird": "^3.5.0", "cli-color": "^1.2.0", "commander": "^2.11.0", "is-ip": "^1.0.0", "lodash": "^4.16.6", "text-table": "^0.2.0" }, "devDependencies": { "chai": "^3.5.0", "grunt": "^0.4.5", "grunt-contrib-jshint": "^1.0.0", "grunt-contrib-watch": "^1.0.0", "grunt-simple-mocha": "^0.4.1", "jshint-stylish": "^2.2.0", "mocha": "^2.4.5", "supertest": "^2.0.1" } }