readline-sync/package.json

32 lines
740 B
JSON
Raw Normal View History

2013-08-29 12:55:23 +02:00
{
"name": "readline-sync",
2015-04-05 07:46:07 +02:00
"version": "0.10.0",
2014-10-23 22:12:32 +02:00
"title": "readlineSync",
2015-03-12 03:03:04 +01:00
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
2013-08-29 12:55:23 +02:00
"keywords": [
"readline",
"synchronous",
"prompt",
2013-08-29 19:26:22 +02:00
"question",
2015-02-12 01:27:38 +01:00
"password",
"keyboard",
2013-08-29 12:55:23 +02:00
"wait",
"block"
2014-10-23 22:12:32 +02:00
],
"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"
}
2014-12-04 11:28:21 +01:00
}