2013-08-29 12:55:23 +02:00
|
|
|
{
|
|
|
|
"name": "readline-sync",
|
2013-08-29 19:26:22 +02:00
|
|
|
"description": "Synchronous Readline",
|
2014-09-12 16:23:04 +02:00
|
|
|
"version": "0.4.8",
|
2013-08-29 12:55:23 +02:00
|
|
|
"homepage": "https://github.com/anseki/readline-sync",
|
|
|
|
"author": {
|
|
|
|
"name": "anseki"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git://github.com/anseki/readline-sync.git"
|
|
|
|
},
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/anseki/readline-sync/issues"
|
|
|
|
},
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"type": "MIT",
|
|
|
|
"url": "https://github.com/anseki/readline-sync/blob/master/LICENSE-MIT"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"main": "./lib/readline-sync.js",
|
|
|
|
"engines": {
|
|
|
|
"node": ">= 0.8.0"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"readline",
|
|
|
|
"synchronous",
|
|
|
|
"prompt",
|
2013-08-29 19:26:22 +02:00
|
|
|
"question",
|
2013-08-29 12:55:23 +02:00
|
|
|
"wait",
|
|
|
|
"block"
|
|
|
|
]
|
|
|
|
}
|