aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages.json12
1 files changed, 12 insertions, 0 deletions
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"
}
]