UNPKG

@vinhpd/react-simple-captcha

Version:

A very simple, powerful and highly customizable captcha for ReactJS

40 lines (39 loc) 1.01 kB
{ "name": "@vinhpd/react-simple-captcha", "version": "9.0.1", "description": "A very simple, powerful and highly customizable captcha for ReactJS", "main": "react-simple-captcha.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/vinhphamduc/react-simple-captcha.git" }, "keywords": [ "react", "reactjs-captcha", "captcha", "react-captcha", "react-simple-captcha", "react-simple-captcha-typescript", "react-simple-captcha-tsx" ], "author": "Masroor Ejaz", "license": "MIT", "bugs": { "url": "https://github.com/vinhphamduc/react-simple-captcha/issues" }, "homepage": "https://github.com/vinhphamduc/react-simple-captcha#readme", "dependencies": { "react-html-parser": "^2.0.2" }, "devDependencies": { "react": "^17.1.0", "react-dom": "^17.1.0" }, "peerDependencies": { "react": "*" }, "types": "./react-simple-captcha.d.ts" }