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