node_dns_changer
Version:
A simple NodeJS DNS changer
25 lines (24 loc) • 540 B
JSON
{
"name": "node_dns_changer",
"version": "1.1.9",
"description": "A simple NodeJS DNS changer",
"main": "index.js",
"scripts": {
"start": "node ."
},
"author": "Caleb Woodbine <calebwoodbine.public@gmail.com>",
"license": "GPL-3.0",
"repository": "https://gitlab.com/BobyMCbobs/node_dns_changer",
"keywords": [
"dns",
"dns changer",
"node dns changer"
],
"dependencies": {
"is-admin": "^3.0.0",
"network": "^0.4.1",
"node-cmd": "^3.0.0",
"os": "^0.1.1",
"shelljs": "^0.8.3"
}
}