neo-blessed/package.json

16 lines
527 B
JSON
Raw Normal View History

2013-01-27 10:30:52 +00:00
{
"name": "blessed",
"description": "A curses-like library for node.js.",
"author": "Christopher Jeffrey",
2013-02-02 03:00:51 +00:00
"version": "0.0.3",
2013-01-27 10:30:52 +00:00
"main": "./lib/program.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-02-24 18:14:12 +00:00
"keywords": ["curses", "tui", "tput"],
"tags": ["curses", "tui", "tput"],
2013-01-27 10:30:52 +00:00
"scripts": { "test": "node test", "bench": "node test --bench" }
}