UNPKG

nodebb-plugin-math-captcha-fix

Version:

Adds a simple mathematical problem to the registration process.

35 lines (34 loc) 736 B
{ "name": "nodebb-plugin-math-captcha-fix", "version": "0.5.1", "description": "Adds a simple mathematical problem to the registration process.", "main": "./src/library.js", "repository": { "type": "git", "url": "https://gitlab.com/cppnet/nodebb/nodebb-plugin-math-captcha-fix" }, "keywords": [ "nodebb", "plugin", "captcha", "spam", "math", "formula", "calculation", "simple", "bots", "defence" ], "license": "MIT", "bugs": { "url": "https://gitlab.com/cppnet/nodebb/nodebb-plugin-math-captcha-fix/issues" }, "readmeFilename": "README.md", "dependencies": { "async": "^2.6.1", "uuid": "^3.3.2" }, "nbbpm": { "compatibility": "^1.11.0" } }