nodebb-theme-harmony
Version:
Harmony theme for NodeBB
52 lines (51 loc) • 1.25 kB
JSON
{
"name": "nodebb-theme-harmony",
"version": "2.2.52",
"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 .",
"publish:patch": "npm version patch && npm run publish:common",
"publish:minor": "npm version minor && npm run publish:common",
"publish:major": "npm version major && npm run publish:common",
"publish:common": "git push && git push --tags && npm publish"
},
"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.2.8",
"@fontsource/poppins": "5.2.7"
},
"devDependencies": {
"eslint": "10.0.3",
"eslint-config-nodebb": "^2.0.0"
}
}