nodebb-plugin-custom-registration-fields
Version:
Adds custom fields to user registration page to input additional profile data
30 lines (29 loc) • 814 B
JSON
{
"name": "nodebb-plugin-custom-registration-fields",
"version": "1.3.3",
"description": "Adds custom fields to user registration page to input additional profile data",
"main": "library.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/btw6391/nodebb-plugin-custom-registration-fields.git"
},
"keywords": [
"NodeBB",
"plugin",
"custom",
"registration",
"fields"
],
"author": "btw6391 <btw6391@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/btw6391/nodebb-plugin-custom-registration-fields/issues"
},
"homepage": "https://github.com/btw6391/nodebb-plugin-custom-registration-fields#readme",
"nbbpm": {
"compatibility": "^1.5.0"
}
}