forked from NodeBB/nodebb-theme-persona
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 955 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "nodebb-theme-persona",
"version": "4.1.87",
"nbbpm": {
"compatibility": "^0.8.2 || ^0.9.0 || ^1.0.0"
},
"description": "Persona theme for NodeBB",
"main": "theme.less",
"repository": {
"type": "git",
"url": "https://github.com/psychobunny/nodebb-theme-persona"
},
"keywords": [
"nodebb",
"theme",
"forum",
"bootstrap",
"responsive"
],
"contributors": [
{
"name": "Andrew Rodrigues",
"email": "[email protected]",
"url": "https://github.com/psychobunny"
},
{
"name": "Julian Lam",
"email": "[email protected]",
"url": "https://github.com/julianlam"
},
{
"name": "Barış Soner Uşaklı",
"email": "[email protected]",
"url": "https://github.com/barisusakli"
}
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/psychobunny/nodebb-theme-persona/issues"
}
}