readline-sync/package.json

34 lines
No EOL
685 B
JSON

{
"name": "readline-sync",
"description": "Synchronous Readline",
"version": "0.4.1",
"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",
"question",
"wait",
"block"
]
}