diff options
| author | Dominik Picheta <dominikpicheta@googlemail.com> | 2017-03-06 20:48:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-06 20:48:08 +0000 |
| commit | d3482cc03649d30311baad153c6384c2bebf91be (patch) | |
| tree | daef8f9f7fc737f2a4dbeb2fbef22a12ec0735b9 | |
| parent | 2407fa63e405dc8aee6de5b251b9046fc0cf88d9 (diff) | |
| parent | 0aa731182b640bf83197cc8caf76f2c05445e690 (diff) | |
| download | packages-d3482cc03649d30311baad153c6384c2bebf91be.tar.gz packages-d3482cc03649d30311baad153c6384c2bebf91be.zip | |
Merge pull request #482 from euantorano/add-recaptcha2030
Add 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" } ] |
