From f6e6c5e447096098dd84a67c933acbe947bb4ba7 Mon Sep 17 00:00:00 2001 From: Vinay Sajip Date: Thu, 4 Nov 2021 05:55:05 +0000 Subject: [PATCH] Add package config (#2053) --- packages.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages.json b/packages.json index ba4955c..6688139 100644 --- a/packages.json +++ b/packages.json @@ -24135,5 +24135,19 @@ "description": "Easily use Animate.css classes", "license": "MIT", "web": "https://github.com/thisago/animatecss" + }, + { + "name": "config", + "url": "https://github.com/vsajip/nim-cfg-lib", + "method": "git", + "tags": [ + "configuration", + "config", + "library", + "CFG" + ], + "description": "A library for working with the CFG configuration format", + "license": "BSD-3-Clause", + "web": "https://docs.red-dove.com/cfg/index.html" } ]