From 40722b8742e1cbec383db830e26b62a93f0cb30d Mon Sep 17 00:00:00 2001 From: Brandon Rodriguez <brodriguez8774@gmail.com> Date: Sat, 19 Dec 2020 02:51:22 -0500 Subject: [PATCH] Update readme --- readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/readme.md b/readme.md index f7b7f1f..de08d74 100644 --- a/readme.md +++ b/readme.md @@ -3,3 +3,9 @@ ## Description Various helper functions to make JavaScript development easier. + +## Project Dependencies +The following are third party libraries used in this project: + +* [chalk](https://www.npmjs.com/package/chalk) - Used for colored console output. +* [readline-sync](https://www.npmjs.com/package/readline-sync) - Seems necessary for async console input. -- GitLab