2013-01-27 10:30:52 +00:00
|
|
|
{
|
|
|
|
"name": "blessed",
|
|
|
|
"description": "A curses-like library for node.js.",
|
|
|
|
"author": "Christopher Jeffrey",
|
2015-03-18 06:26:43 +00:00
|
|
|
"version": "0.0.50",
|
2013-07-24 19:40:05 +00:00
|
|
|
"main": "./lib/blessed.js",
|
2013-02-24 18:14:12 +00:00
|
|
|
"bin": "./bin/tput.js",
|
|
|
|
"preferGlobal": false,
|
2013-01-27 10:30:52 +00: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 22:11:42 +00:00
|
|
|
"keywords": ["curses", "tui", "tput", "terminfo", "termcap"],
|
|
|
|
"tags": ["curses", "tui", "tput", "terminfo", "termcap"]
|
2013-01-27 10:30:52 +00:00
|
|
|
}
|