UNPKG

524 BJSONView Raw
1{
2 "name": "blessed",
3 "description": "A high-level terminal interface library for node.js.",
4 "author": "Christopher Jeffrey",
5 "version": "0.1.55",
6 "main": "./lib/blessed.js",
7 "bin": "./bin/tput.js",
8 "preferGlobal": false,
9 "repository": "git://github.com/chjj/blessed.git",
10 "homepage": "https://github.com/chjj/blessed",
11 "bugs": { "url": "http://github.com/chjj/blessed/issues" },
12 "keywords": ["curses", "tui", "tput", "terminfo", "termcap"],
13 "tags": ["curses", "tui", "tput", "terminfo", "termcap"]
14}