diff options
| author | Euan Torano <euantorano@gmail.com> | 2017-03-06 20:30:30 +0000 |
|---|---|---|
| committer | Euan Torano <euantorano@gmail.com> | 2017-03-06 20:30:30 +0000 |
| commit | 0aa731182b640bf83197cc8caf76f2c05445e690 (patch) | |
| tree | daef8f9f7fc737f2a4dbeb2fbef22a12ec0735b9 | |
| parent | 2407fa63e405dc8aee6de5b251b9046fc0cf88d9 (diff) | |
| download | packages-0aa731182b640bf83197cc8caf76f2c05445e690.tar.gz packages-0aa731182b640bf83197cc8caf76f2c05445e690.zip | |
Added package recaptcha
| -rw-r--r-- | packages.json | 12 |
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" } ] |
