readline-sync/package.json

34 lines
685 B
JSON
Raw Normal View History

2013-08-29 12:55:23 +02:00
{
"name": "readline-sync",
2013-08-29 19:26:22 +02:00
"description": "Synchronous Readline",
"version": "0.2.0",
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"
]
}