UNPKG

host-resolver-client

Version:
26 lines (25 loc) 521 B
{ "name": "host-resolver-client", "version": "0.0.3", "description": "A simple tool to update your hosts file.", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/crysehillmes/host-resolver-client.git" }, "keywords": [ "hosts", "resolve", "GFW" ], "author": "Cryse Hillmes", "bin": { "resolve-hosts": "index.js" }, "license": "MIT", "dependencies": { "commander": "^2.9.0" } }