nodebb-theme-persona
Version:
Persona theme for NodeBB
53 lines (52 loc) • 1.12 kB
JSON
{
"name": "nodebb-theme-persona",
"version": "14.1.14",
"nbbpm": {
"compatibility": "^4.0.0"
},
"description": "Persona theme for NodeBB",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/nodebb-theme-persona"
},
"scripts": {
"lint": "eslint ."
},
"keywords": [
"nodebb",
"theme",
"forum",
"bootstrap",
"responsive"
],
"contributors": [
{
"name": "Andrew Rodrigues",
"email": "andrew@nodebb.org",
"url": "https://github.com/psychobunny"
},
{
"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": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/NodeBB/nodebb-theme-persona/issues"
},
"dependencies": {
"pulling": "^2.0.0"
},
"devDependencies": {
"eslint": "9.25.1",
"eslint-config-nodebb": "^1.1.4",
"eslint-plugin-import": "^2.31.0"
}
}