readline-sync/package.json
Paul Miller 7a7a7b2e36
Don't git include all the useless files.
Only lib is necessary.
2018-01-22 15:51:30 +02:00

37 lines
826 B
JSON

{
"name": "readline-sync",
"version": "1.4.7",
"title": "readlineSync",
"description": "Synchronous Readline for interactively running to have a conversation with the user via a console(TTY).",
"keywords": [
"readline",
"synchronous",
"interactive",
"prompt",
"question",
"password",
"cli",
"tty",
"command",
"repl",
"keyboard",
"wait",
"block"
],
"main": "./lib/readline-sync.js",
"files": ["lib"],
"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",
"license": "MIT",
"author": {
"name": "anseki",
"url": "https://github.com/anseki"
}
}