hcaptcha
Version:
Verify hCaptcha token
29 lines (28 loc) • 608 B
JSON
{
"name": "hcaptcha",
"version": "0.2.0",
"description": "Verify hCaptcha token",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/vastus/node-hcaptcha.git"
},
"keywords": [
"hcaptcha",
"node"
],
"author": "Juho Hautala <juho.hautala@iki.fi>",
"license": "MIT",
"bugs": {
"url": "https://github.com/vastus/node-hcaptcha/issues"
},
"homepage": "https://github.com/vastus/node-hcaptcha#readme",
"dependencies": {},
"devDependencies": {
"mocha": "^9.1.3",
"nock": "^13.2.1"
}
}