nodebb-plugin-add-registration-fields
Version:
Add a field to user registration page to input additional profile data
29 lines (28 loc) • 795 B
JSON
{
"name": "nodebb-plugin-add-registration-fields",
"version": "0.1.19",
"description": "Add a field 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/node-plugin-add-registration-fields.git"
},
"keywords": [
"NodeBB",
"plugin",
"registration",
"field"
],
"author": "btw6391 <btw6391@gmail.com>",
"license": "ISC",
"bugs": {
"url": "https://github.com/btw6391/node-plugin-add-registration-fields/issues"
},
"homepage": "https://github.com/btw6391/node-plugin-add-registration-fields#readme",
"nbbpm": {
"compatibility": "^1.1.0 || ^1.2.0 || ^1.4.0"
}
}