From c18149370b27265a8d3a645d7e0d96c688828e3e Mon Sep 17 00:00:00 2001 From: Victoria Guevara Date: Sun, 14 Apr 2019 17:08:30 +0300 Subject: [PATCH] Added package conio (#1064) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index a1e6b76..d20a15a 100644 --- a/packages.json +++ b/packages.json @@ -13113,5 +13113,18 @@ "description": "gameoflife is library for Game of Life.", "license": "MIT", "web": "https://github.com/jiro4989/gameoflife" + }, + { + "name": "conio", + "url": "https://github.com/guevara-chan/conio", + "method": "git", + "tags": [ + "console", + "terminal", + "io" + ], + "description": ".NET-inspired lightweight terminal library", + "license": "MIT", + "web": "https://github.com/guevara-chan/conio" } ]