guest
Version:
Lets you enable or disable guest account access on Linux, Mac and Windows.
21 lines (20 loc) • 471 B
JSON
{
"name": "guest",
"version": "0.0.4",
"description": "Lets you enable or disable guest account access on Linux, Mac and Windows.",
"main": "./lib/index.js",
"bin": {
"guest": "./bin/guest"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Tomas Pollak <tomas@forkhq.com>",
"license": "ISC",
"dependencies": {
"async": "^0.9.0",
"roster": "0.0.2",
"sudoer": "0.0.1",
"which": "^1.0.5"
}
}