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.2 KiB
JSON

10 years ago
{
"name": "nodebb-theme-persona",
3 years ago
"version": "11.2.22",
10 years ago
"nbbpm": {
"compatibility": "^1.18.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/psychobunny/nodebb-theme-persona"
},
3 years ago
"scripts": {
"lint": "eslint ."
},
10 years ago
"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"
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
}