readline-sync/package.json
2015-04-05 20:07:02 +09:00

31 lines
740 B
JSON

{
"name": "readline-sync",
"version": "0.11.0",
"title": "readlineSync",
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
"keywords": [
"readline",
"synchronous",
"prompt",
"question",
"password",
"keyboard",
"wait",
"block"
],
"main": "./lib/readline-sync.js",
"engines": {
"node": ">= 0.8.0"
},
"homepage": "https://github.com/anseki/readline-sync",
"repository": {
"type": "git",
"url": "git://github.com/anseki/readline-sync.git"
},
"bugs": "https://github.com/anseki/readline-sync/issues",
"licenses": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}