shutdown-in-x-hours
Version:
Shut down your Windows machine in X seconds from the command line.
28 lines (27 loc) • 691 B
JSON
{
"name": "shutdown-in-x-hours",
"version": "1.0.3",
"description": "Shut down your Windows machine in X seconds from the command line.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"shutdown",
"shut",
"down"
],
"author": "Mark Molnar <molnarpw@gmail.com>",
"license": "MIT",
"bin": {
"shutdowninxhours": "index.js"
},
"homepage": "https://github.com/molnarmark/shutdown-in-x-hours",
"repository": {
"type": "git",
"url": "git+https://github.com/molnarmark/shutdown-in-x-hours.git"
},
"bugs": {
"url": "https://github.com/molnarmark/shutdown-in-x-hours/issues"
}
}