react-canvas-captcha
Version:
Add captcha to your react projects
50 lines (49 loc) • 1.09 kB
JSON
{
"name": "react-canvas-captcha",
"version": "1.0.16",
"description": "Add captcha to your react projects",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kumbhar-ketan/react-canvas-captcha.git"
},
"keywords": [
"JavaScript",
"react",
"CAPTCHA",
"CaptchaLibrary",
"canvas",
"captcha",
"react-captcha",
"Programming",
"WebSecurity",
"Security",
"SoftwareDevelopment",
"library",
"Tutorial",
"human",
"computer",
"bots",
"spam",
"bypass"
],
"author": "Ketan Kumbhar",
"license": "MIT",
"bugs": {
"url": "https://github.com/kumbhar-ketan/react-canvas-captcha/issues"
},
"homepage": "https://github.com/kumbhar-ketan/react-canvas-captcha#readme",
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@babel/cli": "^7.22.6",
"@babel/core": "^7.22.8",
"@babel/preset-env": "^7.22.7",
"@babel/preset-react": "^7.22.5"
}
}