From 17428fb2de2de8fa3a1022fa53bd6e061a97d672 Mon Sep 17 00:00:00 2001 From: "Michael A. Sinclair" Date: Thu, 11 Jul 2019 03:03:37 -0500 Subject: [PATCH] Add package nasher (#1114) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index e610f81..ef11d21 100644 --- a/packages.json +++ b/packages.json @@ -13724,5 +13724,21 @@ "description": "A post-modern, \"multi-dimensional\" configurable ls/file lister", "license": "MIT", "web": "https://github.com/c-blake/lc" + }, + { + "name": "nasher", + "url": "https://github.com/squattingmonk/nasher.nim", + "method": "git", + "tags": [ + "nwn", + "neverwinternights", + "neverwinter", + "game", + "bioware", + "build" + ], + "description": "A build tool for Neverwinter Nights projects", + "license": "MIT", + "web": "https://github.com/squattingmonk/nasher.nim" } ]