-
Notifications
You must be signed in to change notification settings - Fork 57
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 925 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 925 Bytes
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-vanilla",
"version": "12.1.20",
"description": "Vanilla theme for NodeBB",
"main": "theme.less",
"repository": {
"type": "git",
"url": "https://github.com/NodeBB/nodebb-theme-vanilla"
},
"keywords": [
"nodebb",
"theme",
"themes",
"bootstrap",
"vanilla"
],
"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/NodeBB/nodebb-theme-vanilla/issues"
},
"nbbpm": {
"compatibility": "^1.17.0"
}
}