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.

54 lines
1.1 KiB
JSON

10 years ago
{
"name": "nodebb-theme-persona",
2 years ago
"version": "12.1.13",
10 years ago
"nbbpm": {
"compatibility": "^2.0.0"
10 years ago
},
10 years ago
"description": "Persona theme for NodeBB",
"main": "library.js",
10 years ago
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/nodebb-theme-persona"
10 years ago
},
3 years ago
"scripts": {
"lint": "eslint ."
},
10 years ago
"keywords": [
"nodebb",
"theme",
"forum",
"bootstrap",
"responsive"
],
"contributors": [
{
"name": "Andrew Rodrigues",
"email": "andrew@nodebb.org",
10 years ago
"url": "https://github.com/psychobunny"
},
{
"name": "Julian Lam",
"email": "julian@nodebb.org",
10 years ago
"url": "https://github.com/julianlam"
},
{
"name": "Barış Soner Uşaklı",
"email": "baris@nodebb.org",
10 years ago
"url": "https://github.com/barisusakli"
}
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/NodeBB/nodebb-theme-persona/issues"
},
"dependencies": {
"pulling": "^2.0.0",
"striptags": "^3.2.0"
3 years ago
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-config-nodebb": "^0.0.2",
"eslint-plugin-import": "^2.24.2"
10 years ago
}
10 years ago
}