neo-blessed/package.json

21 lines
634 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-31 07:15:24 +00:00
"version": "0.1.20",
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"],
2015-07-31 06:53:37 +00:00
"engines": {
"node": ">= 0.8.0"
2015-07-31 06:53:37 +00:00
},
"browserify": {
"transform": ["./browser/transform.js"]
}
2013-01-27 10:30:52 +00:00
}