{
  "name": "termbox",
  "version": "1.0.1a1",
  "repo": "nsf/termbox",
  "description": "Library for writing text-based user interfaces",
  "keywords": [
    "termbox",
    "terminal",
    "term",
    "tty",
    "ansi",
    "escape",
    "colors",
    "console"
  ],
  "license": "MIT",
  "src": [
    "src/bytebuffer.inl",
    "src/input.inl",
    "src/term.inl",
    "src/termbox.c",
    "src/termbox.h",
    "src/utf8.c"
   ]
}