@celastrina/captcha
Version:
Captcha Functions for Celastrina HTTP Add-On.
40 lines (39 loc) • 922 B
JSON
{
"name": "@celastrina/captcha",
"version": "1.0.9",
"description": "Captcha Functions for Celastrina HTTP Add-On.",
"main": "Captcha.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/celastrina/captcha.git",
"directory": "@celastrina/captcha"
},
"keywords": [
"Azure",
"Function",
"Celatrina",
"HTTP",
"CAPTCHA",
"RECAPTCHA"
],
"author": "Robert R Murrell",
"license": "MIT",
"bugs": {
"url": "https://github.com/celastrina/captcha/issues"
},
"homepage": "https://github.com/celastrina/captcha#readme",
"dependencies": {
"@celastrina/core": "^4.17.46",
"@celastrina/http": "^4.9.25",
"axios": "^0.27.2",
"moment": "^2.29.3"
},
"devDependencies": {
"axios-mock-adapter": "^1.20.0",
"mocha": "^9.0.1",
"sinon": "^11.1.1"
}
}