You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
|
{
|
|
|
|
|
"name": "nodebb-theme-persona",
|
|
|
|
|
"version": "11.3.1",
|
|
|
|
|
"nbbpm": {
|
|
|
|
|
"compatibility": "^1.18.0"
|
|
|
|
|
},
|
|
|
|
|
"description": "Persona theme for NodeBB",
|
|
|
|
|
"main": "library.js",
|
|
|
|
|
"repository": {
|
|
|
|
|
"type": "git",
|
|
|
|
|
"url": "https://github.com/psychobunny/nodebb-theme-persona"
|
|
|
|
|
},
|
|
|
|
|
"scripts": {
|
|
|
|
|
"lint": "eslint ."
|
|
|
|
|
},
|
|
|
|
|
"keywords": [
|
|
|
|
|
"nodebb",
|
|
|
|
|
"theme",
|
|
|
|
|
"forum",
|
|
|
|
|
"bootstrap",
|
|
|
|
|
"responsive"
|
|
|
|
|
],
|
|
|
|
|
"contributors": [
|
|
|
|
|
{
|
|
|
|
|
"name": "Andrew Rodrigues",
|
|
|
|
|
"email": "andrew@designcreateplay.com",
|
|
|
|
|
"url": "https://github.com/psychobunny"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Julian Lam",
|
|
|
|
|
"email": "julian@designcreateplay.com",
|
|
|
|
|
"url": "https://github.com/julianlam"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"name": "Barış Soner Uşaklı",
|
|
|
|
|
"email": "baris@designcreateplay.com",
|
|
|
|
|
"url": "https://github.com/barisusakli"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"license": "BSD-2-Clause",
|
|
|
|
|
"bugs": {
|
|
|
|
|
"url": "https://github.com/psychobunny/nodebb-theme-persona/issues"
|
|
|
|
|
},
|
|
|
|
|
"dependencies": {
|
|
|
|
|
"pulling": "^2.0.0",
|
|
|
|
|
"striptags": "^3.2.0"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"eslint": "^7.32.0",
|
|
|
|
|
"eslint-config-nodebb": "^0.0.2",
|
|
|
|
|
"eslint-plugin-import": "^2.24.2"
|
|
|
|
|
}
|
|
|
|
|
}
|