neo-blessed/package.json

15 lines
524 B
JSON
Raw Normal View History

2013-01-27 04:30:52 -06:00
{
"name": "blessed",
2015-03-19 04:17:13 -07:00
"description": "A high-level terminal interface library for node.js.",
2013-01-27 04:30:52 -06:00
"author": "Christopher Jeffrey",
2015-05-02 03:09:23 -07:00
"version": "0.1.56",
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
}