react-native-google-recaptcha-v2
Version:
Implement Google recaptcha v2 in React Native (both Android an iOS)
34 lines • 818 B
JSON
{
"name": "react-native-google-recaptcha-v2",
"version": "1.1.0",
"description": "Implement Google recaptcha v2 in React Native (both Android an iOS)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xuho/react-native-google-recaptcha-v2.git"
},
"keywords": [
"react-native",
"google",
"recaptcha",
"captcha",
"mobile",
"ios",
"android"
],
"author": "xuho",
"license": "MIT",
"bugs": {
"url": "https://github.com/xuho/react-native-google-recaptcha-v2/issues"
},
"homepage": "https://github.com/xuho/react-native-google-recaptcha-v2#readme",
"peerDependencies": {
"react": "*",
"react-native": "*",
"react-native-modal": "^11.5.4",
"react-native-webview": "^9.0.1"
}
}