nodebb-plugin-l24u-lk
Version:
This is lk for l24u.ru
35 lines • 1.01 kB
JSON
{
"id": "nodebb-plugin-l24u-lk2",
"name": "NodeBB l24u LK",
"description": "Addition functionality to augument communication between Lineage 2 Java Server through RabbitMQ from one hand and NodeBB instance from the other",
"url": "",
"library": "./plugin/index.js",
"hooks": [
{
"hook": "filter:admin.header.build",
"method": "hooks.filters.menuAdmin"
},
{
"hook": "static:app.load",
"method": "hooks.statics.load"
},
{
"hook": "filter:user.profileLinks",
"method": "hooks.filters.profileLinks"
}
],
"less": [
"style/client.less"
],
"scripts": [
"public/js/ranking.js",
"public/js/overview.js",
"public/js/lk.js"
],
"staticDirs": {
"css": "./public/css",
"templates": "./public/templates",
"js": "./public/js"
},
"templates": "./public/templates"
}