syncprompt
Version:
A synchronous prompt for node.js
41 lines (40 loc) • 886 B
JSON
{
"name": "syncprompt",
"version": "2.0.0",
"description": "A synchronous prompt for node.js",
"main": "index.js",
"dependencies": {
"bindings": "^1.2.1",
"nan": "^2.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"install": "node-gyp rebuild",
"build": "node-gyp build",
"configure": "node-gyp configure"
},
"repository": {
"type": "git",
"url": "git+https://github.com/cheddar-lang/syncprompt.git"
},
"author": "Vihan B <vihan@vihan.org> (vihan.org)",
"bugs": {
"url": "https://github.com/cheddar-lang/syncprompt/issues"
},
"homepage": "https://github.com/cheddar-lang/syncprompt#readme",
"license": "MIT",
"gypfile": true,
"keywords": [
"synchronous",
"sync",
"prompt",
"cli",
"stdin",
"readline",
"read",
"get",
"input",
"io",
"line"
]
}