2015-06-08 15:24:56 +02:00
|
|
|
{
|
|
|
|
"name": "sudo-prompt",
|
2015-09-07 09:10:52 +02:00
|
|
|
"version": "1.1.7",
|
2015-06-08 15:24:56 +02:00
|
|
|
"description": "Run a command using sudo, prompting the user with an OS dialog if necessary",
|
|
|
|
"main": "index.js",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2015-08-10 08:30:52 +02:00
|
|
|
"url": "git+https://github.com/jorangreef/sudo-prompt.git"
|
2015-06-08 15:24:56 +02:00
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"sudo",
|
|
|
|
"os",
|
|
|
|
"dialog",
|
|
|
|
"prompt",
|
|
|
|
"command",
|
|
|
|
"exec"
|
|
|
|
],
|
|
|
|
"author": "Joran Dirk Greef",
|
|
|
|
"license": "MIT",
|
|
|
|
"bugs": {
|
2015-08-10 08:30:52 +02:00
|
|
|
"url": "https://github.com/jorangreef/sudo-prompt/issues"
|
2015-06-08 15:24:56 +02:00
|
|
|
},
|
2015-08-10 08:30:52 +02:00
|
|
|
"homepage": "https://github.com/jorangreef/sudo-prompt#readme",
|
2015-08-05 09:13:49 +02:00
|
|
|
"scripts": {}
|
2015-06-08 15:24:56 +02:00
|
|
|
}
|