node-ask
Version:
Command line keyboard entry using promises
24 lines (23 loc) • 515 B
JSON
{
"name": "node-ask",
"version": "1.0.1",
"description": "Command line keyboard entry using promises",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"keyboard",
"prompt",
"command",
"line",
"node",
"stdin"
],
"author": "Michael G Collins <intervalia@gmail.com> (http://www.intervalia.com/)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/intervalia/node-ask.git"
}
}