hosts-etc-cli
Version:
a cli for the hosts-etc package
37 lines (36 loc) • 782 B
JSON
{
"name": "hosts-etc-cli",
"version": "1.0.2",
"description": "a cli for the hosts-etc package",
"main": "requireMe.js",
"bin": {
"hosts": "./bin/cli.js"
},
"scripts": {
"test": "echo \"No tests.\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TheBrenny/hosts-etc-cli.git"
},
"keywords": [
"hosts",
"hostfile",
"/etc/hosts",
"etc",
"hostman",
"hostile",
"cli"
],
"author": "TheBrenny <iam@justbrenny.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/TheBrenny/hosts-etc-cli/issues"
},
"homepage": "https://github.com/TheBrenny/hosts-etc-cli#readme",
"dependencies": {
"big-kahuna": "^1.3.4",
"hosts-etc": "^1.3.1",
"sudo-prompt": "^9.2.1"
}
}