UNPKG

node-dialog

Version:
44 lines (43 loc) 826 B
{ "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" } }