From 382f831f00802a8cac6054b177dac0df965d06cb Mon Sep 17 00:00:00 2001 From: Adam Chesak Date: Thu, 7 Jul 2016 10:44:14 -0500 Subject: [PATCH] Added qrcode (#376) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 22ea718..1434823 100644 --- a/packages.json +++ b/packages.json @@ -4901,5 +4901,18 @@ "web": "https://github.com/smallfx/luna.nim", "license": "MIT", "method": "git" + }, + { + "name": "qrcode", + "description": "module for creating and reading QR codes using http://goqr.me/", + "tags": [ + "qr", + "qrcode", + "api" + ], + "url": "https://github.com/achesak/nim-qrcode", + "web": "https://github.com/achesak/nim-qrcode", + "license": "MIT", + "method": "git" } ]