UNPKG

react-gcaptcha

Version:
44 lines (43 loc) 1.04 kB
{ "name": "react-gcaptcha", "version": "4.3.0", "description": "A react.js google reCAPTCHA component", "main": "dist/index.js", "scripts": { "build": "babel src -d dist", "test": "jest", "deploy": "npm run build && np --no-publish" }, "repository": { "type": "git", "url": "https://github.com/twobucks/react-gcaptcha" }, "keywords": [ "react", "react-component", "reCAPTCHA", "component" ], "author": "Dino Trojak", "license": "MIT", "bugs": { "url": "https://github.com/twobucks/react-gcaptcha/issues" }, "homepage": "https://github.com/twobucks/react-gcaptcha", "devDependencies": { "babel-cli": "^6.26.0", "babel-jest": "^23.6.0", "babel-preset-env": "^1.7.0", "babel-preset-react": "^6.24.1", "enzyme": "^3.7.0", "enzyme-adapter-react-16": "^1.6.0", "eslint": "^5.6.1", "eslint-plugin-react": "^7.11.1", "jest": "^23.6.0", "react": "^16.5.2", "react-dom": "^16.5.2" }, "peerDependencies": { "react": "16.x" } }