bs-readline
Version:
Node.js Readline for Reason
28 lines (27 loc) • 638 B
JSON
{
"name": "bs-readline",
"version": "1.0.4",
"scripts": {
"build": "bsb -make-world",
"start": "bsb -make-world -w",
"clean": "bsb -clean-world"
},
"keywords": [
"BuckleScript",
"Node",
"readline",
"Readline"
],
"author": "kfish610 <kfish610@gmail.com>",
"license": "MIT",
"devDependencies": {
"bs-platform": "^3.0.0"
},
"repository": "github:kfish610/bs-readline",
"description": "Node.js Readline for Reason",
"homepage": "https://github.com/kfish610/bs-readline",
"bugs": {
"url": "https://github.com/kfish610/bs-readline/issues",
"email": "kfish610@gmail.com"
}
}