mirror of
https://hk.gh-proxy.com/https://github.com/NodeBB/nodebb-plugin-featured-threads.git
synced 2025-10-03 20:50:58 +08:00
44 lines
1 KiB
JSON
44 lines
1 KiB
JSON
{
|
|
"name": "nodebb-plugin-featured-threads",
|
|
"version": "1.0.1",
|
|
"nbbpm": {
|
|
"compatibility": "^1.17.0"
|
|
},
|
|
"description": "Featured Threads & Widget for NodeBB",
|
|
"main": "library.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/NodeBB/nodebb-plugin-featured-threads/issues"
|
|
},
|
|
"keywords": [
|
|
"nodebb",
|
|
"plugin",
|
|
"featured",
|
|
"threads",
|
|
"topic",
|
|
"widget"
|
|
],
|
|
"author": {
|
|
"name": "psychobunny",
|
|
"email": "psycho.bunny@hotmail.com"
|
|
},
|
|
"license": "BSD-2-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/NodeBB/nodebb-plugin-featured-threads/issues"
|
|
},
|
|
"readme": "",
|
|
"readmeFilename": "README.md",
|
|
"devDependencies": {
|
|
"@commitlint/cli": "11.0.0",
|
|
"@commitlint/config-angular": "11.0.0",
|
|
"eslint": "8.10.0",
|
|
"eslint-config-nodebb": "0.1.1",
|
|
"eslint-plugin-import": "2.25.4",
|
|
"husky": "5.0.9",
|
|
"lint-staged": "10.5.4"
|
|
},
|
|
"_from": "nodebb-plugin-featured-threads@~0.0.1"
|
|
}
|