-
Notifications
You must be signed in to change notification settings - Fork 1
/
details.json
41 lines (41 loc) · 969 Bytes
/
details.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
{
"uid": "nodebb-comments-pencilblue",
"name": "NodeBB Comments",
"description": "Add NodeBB comments to your articles.",
"version": "0.2.0",
"pb_version": "0.5.x",
"author": {
"name": "PencilBlue",
"email": "[email protected]",
"website": "http://pencilblue.org",
"contributors": [
{
"name": "Alex Anderson",
"email": ""
},
{
"name": "Blake Callens",
"email": ""
},
{
"name": "Brian Hyder",
"email": ""
},
]
},
"settings": [
{
"name": "nodebb_host",
"value": ""
}
],
"permissions": {
"ACCESS_USER": [],
"ACCESS_WRITER": [],
"ACCESS_EDITOR": [],
"ACCESS_MANAGING_EDITOR": []
},
"main_module": {
"path": "nodebbcomments.js"
}
}