2016-02-26 12:57:29 +02:00
|
|
|
{
|
|
|
|
"name": "nodebb-plugin-leaderboard",
|
2025-02-13 12:24:55 -05:00
|
|
|
"version": "4.0.3",
|
2016-02-26 12:57:29 +02:00
|
|
|
"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": {
|
2021-09-07 10:51:52 +03:00
|
|
|
"lint": "eslint .",
|
2016-02-26 12:57:29 +02:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"nodebb",
|
|
|
|
"plugin",
|
|
|
|
"leaderboard"
|
|
|
|
],
|
|
|
|
"author": "Baris Usakli <baris@nodebb.org>",
|
|
|
|
"license": "MIT",
|
2016-02-29 19:48:20 +02:00
|
|
|
"dependencies": {},
|
2016-02-26 12:57:29 +02:00
|
|
|
"nbbpm": {
|
2025-02-13 11:58:06 -05:00
|
|
|
"compatibility": "^4.0.0"
|
2021-09-07 10:51:52 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
"eslint-config-nodebb": "^0.0.2",
|
|
|
|
"eslint-plugin-import": "^2.24.2"
|
2016-02-26 12:57:29 +02:00
|
|
|
}
|
|
|
|
}
|