firewall
Version:
Add or remove system firewall rules from Node.js. Currently only Windows.
27 lines (26 loc) • 544 B
JSON
{
"name": "firewall",
"version": "0.0.5",
"description": "Add or remove system firewall rules from Node.js. Currently only Windows.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"firewall",
"rules",
"inbound",
"outbound",
"windows",
"networking"
],
"author": {
"name": "Tomas Pollak",
"email": "tomas@forkhq.com"
},
"license": "MIT",
"readme": "ERROR: No README data found!",
"dependencies": {
"spawnx": "0.0.1"
}
}