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