diff --git a/package.json b/package.json index ac5bfa4..5c45089 100644 --- a/package.json +++ b/package.json @@ -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"] }