neo-blessed/package.json

22 lines
654 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-07-31 00:15:24 -07:00
"version": "0.1.20",
2015-08-02 01:56:26 -07:00
"license": "MIT",
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"],
2015-07-30 23:53:37 -07:00
"engines": {
"node": ">= 0.8.0"
2015-07-30 23:53:37 -07:00
},
"browserify": {
"transform": ["./browser/transform.js"]
}
2013-01-27 04:30:52 -06:00
}