webgate
Version:
Block and unblock websites using your /etc/hosts file.
25 lines (24 loc) • 486 B
JSON
{
"name": "webgate",
"version": "1.1.0",
"repository" : {
"type" : "git",
"url" : "https://github.com/patgoley/webgate.git"
},
"description": "Block and unblock websites using your /etc/hosts file.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"webgate": "./index.js"
},
"keywords": [
"gate",
"block",
"unblock",
"hosts"
],
"author": "Patrick Goley",
"license": "ISC"
}