UNPKG

hostparty

Version:

Programmatic and CLI editing for OS hosts file

44 lines (43 loc) 980 B
{ "name": "hostparty", "version": "1.0.18", "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": { "cli-color": "^2.0.4", "commander": "^14.0.0", "is-ip": "^5.0.1", "lodash": "^4.17.21", "text-table": "^0.2.0" }, "devDependencies": { "chai": "^5.2.1", "grunt": "^1.6.1", "grunt-contrib-jshint": "^3.2.0", "grunt-contrib-watch": "^1.1.0", "grunt-simple-mocha": "^0.4.1", "jshint-stylish": "^2.2.1", "mocha": "^11.7.1", "supertest": "^7.1.3" } }