{
    "id": "nodebb-plugin-wikifx-login",
    "name": "new a plugin for comment of post",
    "description": "NodeBB Plugin that allows users to mention other users by prepending an '@' sign to their username",
    "url": "https://www.wikifx.com",
    "library": "./library.js",
    "hooks": [
        {
            "hook": "filter:middleware.render",
            "method": "login"
        }
    ],
    "nbbpm": {
        "compatibility": "^0.0.1"
    }
}