forked from pichalite/nodebb-theme-slick
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 704 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 704 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
{
"name": "nodebb-theme-vtubeando",
"version": "2.0.2",
"nbbpm": {
"compatibility": "^3.0.0"
},
"description": "Tema de los foros vtubeando.net para NodeBB",
"main": "library.js",
"repository": {
"type": "git",
"url": "https://github.com/vrisalab/nodebb-theme-vtubeando"
},
"keywords": [
"nodebb",
"custom",
"theme",
"themes"
],
"author": {
"name": "v_risalab",
"email": "v.risalab@gmail.com"
},
"bugs": {
"url": "https://github.com/vrisalab/nodebb-theme-vtubeando/issues"
},
"maintainers": [
{
"name": "v_risalab",
"email": "v.risalab@gmail.com"
}
],
"dependencies": {
"bent": "^7.3.12"
}
}