From 87ea432ae6ac275e9f53e1ea2dc0bec51b9fb9a1 Mon Sep 17 00:00:00 2001 From: Constantine Molchanov Date: Thu, 12 Mar 2020 17:50:42 +0400 Subject: [PATCH] Added package norman (#1392) --- packages.json | 26 ++++++++++++++++++++------ 1 file changed, 20 insertions(+), 6 deletions(-) diff --git a/packages.json b/packages.json index c883ef8..1f78136 100644 --- a/packages.json +++ b/packages.json @@ -16851,7 +16851,6 @@ "description": "Nim binding to libfswatch", "license": "MIT", "web": "https://github.com/paul-nameless/nim-fswatch" - }, { "name": "zfcore", @@ -16894,9 +16893,24 @@ "weighted", "weighted_graph", "adjacency list" - ], - "description": "Graph With Weight Libary", - "license": "MIT", - "web": "https://github.com/AzamShafiul/weighted_graph" - } + ], + "description": "Graph With Weight Libary", + "license": "MIT", + "web": "https://github.com/AzamShafiul/weighted_graph" + }, + { + "name": "norman", + "url": "https://github.com/moigagoo/norman", + "method": "git", + "tags": [ + "orm", + "migration", + "norm", + "sqlite", + "postgres" + ], + "description": "Migration manager for Norm.", + "license": "MIT", + "web": "https://github.com/moigagoo/norman" + } ]