mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-leaderboard.git
synced 2025-10-03 20:11:10 +08:00
29 lines
667 B
JSON
29 lines
667 B
JSON
{
|
|
"name": "nodebb-plugin-leaderboard",
|
|
"version": "4.0.4",
|
|
"description": "Adds a daily/weekly/monthly leaderboard based on reputation",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NodeBB/nodebb-plugin-leaderboard"
|
|
},
|
|
"scripts": {
|
|
"lint": "eslint .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [
|
|
"nodebb",
|
|
"plugin",
|
|
"leaderboard"
|
|
],
|
|
"author": "Baris Usakli <baris@nodebb.org>",
|
|
"license": "MIT",
|
|
"dependencies": {},
|
|
"nbbpm": {
|
|
"compatibility": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"eslint": "9.28.0",
|
|
"eslint-config-nodebb": "1.1.7"
|
|
}
|
|
}
|