add keywords to package.json.

This commit is contained in:
Christopher Jeffrey 2013-07-29 17:11:42 -05:00
parent 9328c0e401
commit 31c0d2a550
1 changed files with 2 additions and 2 deletions

View File

@ -9,6 +9,6 @@
"repository": "git://github.com/chjj/blessed.git",
"homepage": "https://github.com/chjj/blessed",
"bugs": { "url": "http://github.com/chjj/blessed/issues" },
"keywords": ["curses", "tui", "tput"],
"tags": ["curses", "tui", "tput"]
"keywords": ["curses", "tui", "tput", "terminfo", "termcap"],
"tags": ["curses", "tui", "tput", "terminfo", "termcap"]
}