From d6b1afbcafc148d942ec4def6b052a6ec8f8bf66 Mon Sep 17 00:00:00 2001 From: Jeff S Date: Mon, 12 Aug 2019 22:21:56 -0700 Subject: [PATCH] Added package spurdify (#1140) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index ced2ed4..fd856e9 100644 --- a/packages.json +++ b/packages.json @@ -13980,5 +13980,20 @@ "description": "A simple interactive calculator", "license": "MIT", "web": "https://github.com/xflywind/cal" + }, + { + "name": "spurdify", + "url": "https://github.com/paradox460/spurdify", + "method": "git", + "tags": [ + "funny", + "meme", + "spurdo", + "text-manipulation", + "mangle" + ], + "description": "Spurdification library and CLI", + "license": "MIT", + "web": "https://github.com/paradox460/spurdify" } ]