nodebb-theme-harmony
Version:
Harmony theme for NodeBB
48 lines (47 loc) • 984 B
JSON
{
"name": "nodebb-theme-harmony",
"version": "2.1.16",
"nbbpm": {
"compatibility": "^4.0.0"
},
"description": "Harmony theme for NodeBB",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/nodebb-theme-harmony"
},
"scripts": {
"lint": "eslint ."
},
"keywords": [
"nodebb",
"theme",
"forum",
"bootstrap",
"responsive"
],
"contributors": [
{
"name": "Julian Lam",
"email": "julian@nodebb.org",
"url": "https://github.com/julianlam"
},
{
"name": "Barış Soner Uşaklı",
"email": "baris@nodebb.org",
"url": "https://github.com/barisusakli"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/NodeBB/nodebb-theme-harmony/issues"
},
"dependencies": {
"@fontsource/inter": "5.0.15",
"@fontsource/poppins": "5.0.8"
},
"devDependencies": {
"eslint": "9.29.0",
"eslint-config-nodebb": "^1.1.4"
}
}