2013-01-27 04:30:52 -06:00
|
|
|
{
|
|
|
|
"name": "blessed",
|
|
|
|
"description": "A curses-like library for node.js.",
|
|
|
|
"author": "Christopher Jeffrey",
|
2015-01-31 22:32:54 -08:00
|
|
|
"version": "0.0.42",
|
2013-07-24 14:40:05 -05:00
|
|
|
"main": "./lib/blessed.js",
|
2013-02-24 12:14:12 -06:00
|
|
|
"bin": "./bin/tput.js",
|
|
|
|
"preferGlobal": false,
|
2013-01-27 04:30:52 -06:00
|
|
|
"repository": "git://github.com/chjj/blessed.git",
|
|
|
|
"homepage": "https://github.com/chjj/blessed",
|
|
|
|
"bugs": { "url": "http://github.com/chjj/blessed/issues" },
|
2013-07-29 17:11:42 -05:00
|
|
|
"keywords": ["curses", "tui", "tput", "terminfo", "termcap"],
|
|
|
|
"tags": ["curses", "tui", "tput", "terminfo", "termcap"]
|
2013-01-27 04:30:52 -06:00
|
|
|
}
|