UNPKG

catox

Version:

A customizable, lightweight, minimalistic, text-based UI for single user chat that runs on top of ratox.

36 lines (35 loc) 808 B
{ "name": "catox", "version": "1.0.4", "description": "A customizable, lightweight, minimalistic, text-based UI for single user chat that runs on top of ratox.", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "tox", "ncurses", "gui", "ratox" ], "author": "Yousef Amar <yousef@amar.io>", "license": "ISC", "dependencies": { "blessed": "0.0.37", "moment": "^2.8.3", "tail": "^0.4.0" }, "devDependencies": {}, "preferGlobal": true, "bin": { "catox": "index.js" }, "repository": { "type": "git", "url": "https://github.com/Paraknight/catox.git" }, "bugs": { "url": "https://github.com/Paraknight/catox/issues" }, "homepage": "https://github.com/Paraknight/catox" }