sudo-prompt/package.json
Joran Dirk Greef 201dc8cf4f 6.0.2
2016-07-21 10:38:17 +02:00

32 lines
705 B
JSON

{
"name": "sudo-prompt",
"version": "6.0.2",
"description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/jorangreef/sudo-prompt.git"
},
"keywords": [
"sudo",
"os",
"dialog",
"prompt",
"command",
"exec",
"user access control",
"UAC",
"privileges",
"administrative",
"elevate",
"run as administrator"
],
"author": "Joran Dirk Greef",
"license": "MIT",
"bugs": {
"url": "https://github.com/jorangreef/sudo-prompt/issues"
},
"homepage": "https://github.com/jorangreef/sudo-prompt#readme",
"scripts": {}
}