From 0aa731182b640bf83197cc8caf76f2c05445e690 Mon Sep 17 00:00:00 2001 From: Euan Torano Date: Mon, 6 Mar 2017 20:30:30 +0000 Subject: [PATCH] Added package recaptcha --- packages.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/packages.json b/packages.json index 4282adc..f049a01 100644 --- a/packages.json +++ b/packages.json @@ -6059,5 +6059,17 @@ "description": "AJAX wrapper for nim js backend.", "license": "MIT", "web": "http://stisa.space/ajax/" + }, + { + "name": "recaptcha", + "url": "https://github.com/euantorano/recaptcha.nim", + "method": "git", + "tags": [ + "recaptcha", + "captcha" + ], + "description": "reCAPTCHA support for Nim, supporting rendering a capctcha and verifying a user's response.", + "license": "BSD3", + "web": "https://github.com/euantorano/recaptcha.nim" } ]