UNPKG

vue-invisible-recaptcha

Version:
47 lines (46 loc) 1.24 kB
{ "name": "vue-invisible-recaptcha", "version": "0.2.1", "description": "Simple component to integrate Invisible Recaptcha", "author": "Yousef Sultan <yousef.su.2000@gmail.com>", "private": false, "main": "./src/InvisibleRecaptcha.vue", "license": "MIT", "scripts": { "demo": "cd docs && webpack", "build": "webpack" }, "keywords": [ "Vue", "Recaptcha", "Invisible Recaptcha", "Bots" ], "repository": { "type": "git", "url": "git+https://github.com/MicroDroid/vue-invisible-recaptcha.git" }, "homepage": "https://github.com/MicroDroid/vue-invisible-recaptcha", "bugs": { "url": "https://github.com/MicroDroid/vue-invisible-recaptcha/issues" }, "dependencies": { "babel-runtime": "^6.0.0", "vue": "^1.0.21" }, "devDependencies": { "babel-core": "^6.0.0", "babel-loader": "^6.0.0", "babel-plugin-transform-runtime": "^6.0.0", "babel-preset-es2015": "^6.0.0", "babel-preset-stage-2": "^6.0.0", "babel-register": "^6.0.0", "css-loader": "^0.23.0", "node-sass": "^3.8.0", "sass-loader": "^4.0.0", "vue-html-loader": "^1.2.3", "vue-loader": "^8.3.0", "vue-style-loader": "^1.0.0", "webpack": "^1.12.2" } }