aboutsummaryrefslogtreecommitdiff
path: root/packages.json
diff options
context:
space:
mode:
authorDominik Picheta <dominikpicheta@googlemail.com>2018-10-22 20:20:31 +0100
committerGitHub <noreply@github.com>2018-10-22 20:20:31 +0100
commit03cc2668e6baa1da051b33bb5ca048def9f4d161 (patch)
tree36c24fc6193268634da38c5fddd7ac259afaa4b7 /packages.json
parent36b7a336104a7a09fe49c51907acf4da47949e9b (diff)
parentf685da1e2195482a570d6cae3ccdee8e115ba180 (diff)
downloadpackages-03cc2668e6baa1da051b33bb5ca048def9f4d161.tar.gz
packages-03cc2668e6baa1da051b33bb5ca048def9f4d161.zip
Merge pull request #903 from h3rald/add-nifty1317
Add package nifty
Diffstat (limited to 'packages.json')
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]