mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-03 14:45:33 +00:00
18 lines
572 B
JSON
18 lines
572 B
JSON
{
|
|
"name": "tng",
|
|
"description": "A full-featured PNG renderer for the terminal.",
|
|
"author": "Christopher Jeffrey",
|
|
"version": "0.0.1",
|
|
"main": "./lib/tng.js",
|
|
"bin": "./test/index.js",
|
|
"preferGlobal": false,
|
|
"repository": "git://github.com/chjj/tng.git",
|
|
"homepage": "https://github.com/chjj/tng",
|
|
"bugs": { "url": "http://github.com/chjj/tng/issues" },
|
|
"keywords": ["png", "gif", "image", "terminal", "term", "tty", "tui"],
|
|
"tags": ["png", "gif", "image", "terminal", "term", "tty", "tui"],
|
|
"peerDependencies": {
|
|
"blessed": ">=0.1.61"
|
|
}
|
|
}
|