UNPKG

nodebb-plugin-math-captcha

Version:

Adds a simple mathematical problem to the registration process.

35 lines (34 loc) 724 B
{ "name": "nodebb-plugin-math-captcha", "version": "0.4.0", "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" }, "keywords": [ "nodebb", "plugin", "captcha", "spam", "math", "formula", "calculation", "simple", "bots", "defence" ], "license": "MIT", "bugs": { "url": "https://gitlab.com/cppnet/nodebb/nodebb-plugin-math-captcha/issues" }, "readmeFilename": "README.md", "dependencies": { "async": "^2.6.1", "uuid": "^3.3.2" }, "nbbpm": { "compatibility": "^1.11.0" } }