sudo-prompt/package.json

26 lines
584 B
JSON
Raw Normal View History

2015-06-08 15:24:56 +02:00
{
"name": "sudo-prompt",
2015-11-19 09:04:17 +01:00
"version": "2.0.2",
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
}