From e45dae304f54eff5cea65e3d2d96d0b369518ec4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Talpalaru?= Date: Mon, 15 Apr 2019 08:40:43 +0200 Subject: [PATCH] add "nat_traversal" (#1066) --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 0766363..8d18a2d 100644 --- a/packages.json +++ b/packages.json @@ -13126,5 +13126,17 @@ "description": ".NET-inspired lightweight terminal library", "license": "MIT", "web": "https://github.com/guevara-chan/conio" + }, + { + "name": "nat_traversal", + "url": "https://github.com/status-im/nim-nat-traversal", + "method": "git", + "tags": [ + "library", + "wrapper" + ], + "description": "miniupnpc and libnatpmp wrapper", + "license": "Apache License 2.0 or MIT", + "web": "https://github.com/status-im/nim-nat-traversal" } ]