neo-blessed/package.json

14 lines
460 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-01-29 00:51:48 +00:00
"version": "0.0.2",
2013-01-27 10:30:52 +00:00
"main": "./lib/program.js",
"repository": "git://github.com/chjj/blessed.git",
"homepage": "https://github.com/chjj/blessed",
"bugs": { "url": "http://github.com/chjj/blessed/issues" },
"keywords": ["curses", "tui"],
"tags": ["curses", "tui"],
"scripts": { "test": "node test", "bench": "node test --bench" }
}