neo-blessed/package.json

28 lines
810 B
JSON

{
"name": "neo-blessed",
"description": "A high-level terminal interface library for node.js.",
"author": "Christopher Jeffrey",
"contributors": [
{
"name": "Iuri Matias",
"email": "iuri.matias@gmail.com"
}
],
"version": "0.2.0",
"license": "MIT",
"main": "./lib/blessed.js",
"bin": "./bin/tput.js",
"preferGlobal": false,
"repository": "git://github.com/embark-framework/neo-blessed.git",
"homepage": "https://github.com/embark-framework/neo-blessed",
"bugs": { "url": "http://github.com/embark-framework/neo-blessed/issues" },
"keywords": ["curses", "tui", "tput", "terminfo", "termcap"],
"tags": ["curses", "tui", "tput", "terminfo", "termcap"],
"engines": {
"node": ">= 8.0.0"
},
"browserify": {
"transform": ["./browser/transform.js"]
}
}