From 194bcc7dc42c42b2d2ac33869da7ea71cdcb92bc Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Mon, 27 Feb 2023 22:05:39 +0300 Subject: [PATCH] Added package kraut (#2514) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index ef69361..61314e8 100644 --- a/packages.json +++ b/packages.json @@ -29007,5 +29007,20 @@ "description": "Bezier curve tools", "license": "Apache-2.0", "web": "https://github.com/Nycto/bezier-nim" + }, + { + "name": "kraut", + "url": "https://github.com/moigagoo/kraut", + "method": "git", + "tags": [ + "frontend", + "router", + "karax", + "spa", + "js" + ], + "description": "Router for Karax frontend framework.", + "license": "MIT", + "web": "https://github.com/moigagoo/kraut" } ]