sudo-prompt/package.json
Joran Dirk Greef dcb02caa3c Add code
2015-06-08 15:24:56 +02:00

25 lines
546 B
JSON

{
"name": "sudo-prompt",
"version": "1.0.0",
"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.git"
},
"keywords": [
"sudo",
"os",
"dialog",
"prompt",
"command",
"exec"
],
"author": "Joran Dirk Greef",
"license": "MIT",
"bugs": {
"url": "https://github.com/jorangreef/sudo/issues"
},
"homepage": "https://github.com/jorangreef/sudo#readme"
}