From e90f6f1e44b6269cf39b149cfc0daf660e25243f Mon Sep 17 00:00:00 2001 From: Bung Date: Tue, 6 Apr 2021 19:19:27 +0800 Subject: [PATCH] Add package scorper (#1857) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 3de69de..ae749ca 100644 --- a/packages.json +++ b/packages.json @@ -22039,6 +22039,19 @@ "license": "MIT", "web": "https://github.com/markspanbroek/upraises" }, + { + "name": "scorper", + "url": "https://github.com/bung87/scorper", + "method": "git", + "tags": [ + "web", + "micro", + "framework" + ], + "description": "micro and elegant web framework", + "license": "Apache License 2.0", + "web": "https://github.com/bung87/scorper" + }, { "name": "static_server", "url": "https://github.com/bung87/nimhttpd",