neo-blessed/package.json

15 lines
524 B
JSON
Raw Normal View History

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