simple-recaptcha-new
Version:
Simple implementation of google's new reCAPTCHA
33 lines (32 loc) • 620 B
JSON
{
"name": "simple-recaptcha-new",
"version": "1.1.1",
"description": "Simple implementation of google's new reCAPTCHA",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "https://github.com/np-maintain/simple-recaptcha-new"
},
"keywords": [
"google",
"reCAPTCHA",
"verify",
"verification",
"human",
"computer",
"no",
"captcha"
],
"author": {
"name": "Tobias Gurtzick",
"email": "magic@wizardtales.com"
},
"license": "MIT",
"devDependencies": {
"should": "~4.6.2",
"mocha": "~2.1.0"
}
}