node-dialog
Version:
dialog utils of node console command
44 lines (43 loc) • 826 B
JSON
{
"name": "node-dialog",
"version": "0.0.2",
"author": "YunJiang.Fang",
"description": "dialog utils of node console command",
"repository": {
"type": "git",
"url": "git://github.com/fov42550564/node-dialog.git"
},
"main": "index.js",
"gypfile": true,
"scripts": {
"install": "node-gyp rebuild"
},
"keywords": [
"dialog",
"inputbox",
"menubox",
"radiobox",
"checkbox",
"msgbox",
"pause",
"dialog",
"console",
"commander",
"nodejs",
"command",
"shell"
],
"dependencies": {
"colors": "*",
"printf": "*",
"commander": "*"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/fov42550564/node-dialog/issues"
},
"homepage": "https://github.com/fov42550564/node-dialog",
"directories": {
"test": "test"
}
}