forked from lexgorbunov/react-native-recaptcha-that-works
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 937 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"name": "react-native-recaptcha-that-works",
"displayName": "React-Native reCAPTCHA That Works",
"version": "1.3.4",
"private": false,
"license": "MIT",
"description": "⚛ A reCAPTCHA bridge for React Native that works.",
"repository": {
"type": "git",
"url": "https://github.com/douglasjunior/react-native-recaptcha-that-works.git"
},
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"react-native",
"ios",
"android",
"recaptcha"
],
"author": {
"name": "Douglas Nassif Roma Junior",
"email": "[email protected]",
"url": "http://smarppy.com"
},
"bugs": {
"url": "https://github.com/douglasjunior/react-native-recaptcha-that-works/issues"
},
"homepage": "https://github.com/douglasjunior/react-native-recaptcha-that-works",
"peerDependencies": {
"react": ">=16.9.0",
"react-native": ">=0.60.0",
"react-native-webview": ">=10.0.0"
}
}