@nuxtjs/recaptcha
Version:
Simple and easy Google reCAPTCHA integration with Nuxt.js
68 lines (67 loc) • 1.88 kB
JSON
{
"name": "@nuxtjs/recaptcha",
"version": "1.1.2",
"description": "Simple and easy Google reCAPTCHA integration with Nuxt.js",
"keywords": [
"nuxtjs",
"nuxt",
"recaptcha",
"captcha",
"grecaptcha"
],
"license": "MIT",
"contributors": [
{
"name": "mvrlin <mvrlin@pm.me>"
}
],
"main": "lib/module.js",
"types": "types/index.d.ts",
"bugs": "https://github.com/nuxt-community/recaptcha-module/issues",
"repository": "https://github.com/nuxt-community/recaptcha-module",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "nuxt example/base/both",
"dev:v3": "nuxt example/base/v3",
"dev:v2": "nuxt example/base/v2",
"dev:enterprise": "nuxt example/enterprise/both",
"dev:enterprise:v3": "nuxt example/enterprise/v3",
"dev:enterprise:v2": "nuxt example/enterprise/v2",
"lint": "eslint lib test",
"test": "yarn lint && jest",
"release": "standard-version && git push --follow-tags && npm publish"
},
"files": [
"lib",
"types/*.d.ts"
],
"dependencies": {},
"devDependencies": {
"@babel/core": "latest",
"@babel/preset-env": "latest",
"@commitlint/cli": "latest",
"@commitlint/config-conventional": "latest",
"h3": "latest",
"@nuxtjs/eslint-config": "latest",
"babel-eslint": "latest",
"babel-jest": "latest",
"codecov": "latest",
"eslint": "latest",
"eslint-config-standard": "latest",
"eslint-plugin-import": "latest",
"eslint-plugin-jest": "latest",
"eslint-plugin-node": "latest",
"eslint-plugin-promise": "latest",
"eslint-plugin-standard": "latest",
"eslint-plugin-vue": "latest",
"husky": "latest",
"jest": "latest",
"nuxt-edge": "latest",
"ohmyfetch": "latest",
"request": "latest",
"request-promise-native": "latest",
"standard-version": "latest"
}
}