From f685da1e2195482a570d6cae3ccdee8e115ba180 Mon Sep 17 00:00:00 2001 From: h3rald Date: Sun, 21 Oct 2018 15:17:09 +0200 Subject: [PATCH] Added package nifty --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index f3e15fc..e232b13 100644 --- a/packages.json +++ b/packages.json @@ -11160,5 +11160,17 @@ "description": "Convert a Nim file or string to Markdown", "license": "MIT", "web": "https://github.com/ThomasTJdev/nimtomd" + }, + { + "name": "nifty", + "url": "https://github.com/h3rald/nifty", + "method": "git", + "tags": [ + "package-manager", + "script-runner" + ], + "description": "A decentralized (pseudo) package manager and script runner.", + "license": "MIT", + "web": "https://github.com/h3rald/nifty" } ]