recaptcha init
... | ... | @@ -3,7 +3,7 @@ |
"description": "PeerTube plugin adding ReCaptcha v2 to the signup", | ||
"version": "0.0.1", | ||
"author": "Rigel Kent", | ||
"bugs": "https://framagit.org/framasoft/peertube/peertube-plugin-quickstart/issues", | ||
"bugs": "https://framagit.org/framasoft/peertube/peertube-plugin-recaptcha/issues", | ||
"clientScripts": [ | ||
{ | ||
"script": "dist/signup-client-plugin.js", | ||
... | ... | @@ -30,7 +30,8 @@ |
"homepage": "https://framagit.org/framasoft/peertube/peertube-plugin-recaptcha", | ||
"keywords": [ | ||
"peertube", | ||
"plugin" | ||
"plugin", | ||
"captcha" | ||
], | ||
"library": "./main.js", | ||
"license": "AGPL-3.0-or-later", | ||
... | ... |
Please register or sign in to comment