-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.94 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
{
"name": "easycaptchajs",
"version": "1.2.1",
"description": "EasyCaptchaJS is a lightweight and user-friendly jQuery/JS library that simplifies the integration of Google reCAPTCHA API into web pages. With EasyCaptchaJS, developers can effortlessly add the security and anti-bot protection of Google reCAPTCHA to their applications. The library dynamically imports the Google reCAPTCHA API script, handles event bindings and listeners, and initiates the reCAPTCHA checkbox within a specified parent container. Developers can take advantage of powerful options, including customizable success/failure listeners, verification checks, and a getter function to access the reCAPTCHA secret code for further processing. Streamline your web application's security with EasyCaptchaJS and ensure a smooth user experience.",
"main": "index.js",
"types": "types/easycaptchajs/index.d.ts",
"scripts": {
"test": "tsd --files types/easycaptchajs/easycaptchajs-tests.ts",
"build": "webpack --config webpack.config.js"
},
"keywords": [
"javascript",
"jquery",
"front-end",
"jquery-plugin",
"web-development",
"web",
"captcha",
"google-recaptcha",
"javascript-library",
"recaptcha-api",
"captcha-generator",
"recaptcha-api-client",
"google-recaptcha-v2",
"auto-captcha",
"google-recaptcha-handler",
"captcha-handler",
"recaptcha-handler"
],
"repository": {
"type": "git",
"url": "git+https://github.com/HichemTab-tech/EasyCaptchaJS.git"
},
"author": "HichemTab <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/HichemTab-tech/EasyCaptchaJS/issues"
},
"homepage": "https://github.com/HichemTab-tech/EasyCaptchaJS#readme",
"dependencies": {
"@types/jquery": "^3.5.17",
"jquery": "^3.7.0",
"terser-webpack-plugin": "^5.3.9",
"webpack": "^5.88.2"
},
"devDependencies": {
"tsd": "^0.29.0",
"webpack-cli": "^5.1.4"
}
}