indico-plugins/recaptcha/package.json
Tomáš Roun aa9d125b05
ReCaptcha: Add initial plugin (#183)
Co-authored-by: Adrian Moennich <adrian.moennich@cern.ch>
2022-08-09 15:35:58 +02:00

11 lines
240 B
JSON

{
"name": "recaptcha",
"private": true,
"version": "1.0.0",
"repository": "https://github.com/indico/indico-plugins",
"author": "Indico Team <indico-team@cern.ch>",
"dependencies": {
"react-google-recaptcha": "^2.1.0"
}
}