From 3829c6f281e03fd23632d71b24709c3d7029a1f0 Mon Sep 17 00:00:00 2001 From: Max Skybin Date: Fri, 18 Oct 2019 01:37:29 -0400 Subject: [PATCH] Added package npg (#1209) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 2c3a272..f81c1ff 100644 --- a/packages.json +++ b/packages.json @@ -14811,5 +14811,18 @@ "description": "This package allows you to determine the running version of the Windows operating system.", "license": "MIT", "web": "https://github.com/rockcavera/winversion" + }, + { + "name": "npg", + "url": "https://github.com/rustomax/npg", + "method": "git", + "tags": [ + "password-generator", + "password", + "cli" + ], + "description": "Password generator in Nim", + "license": "MIT", + "web": "https://github.com/rustomax/npg" } ]