-
Notifications
You must be signed in to change notification settings - Fork 0
/
details.json
48 lines (48 loc) · 1.07 KB
/
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
42
43
44
45
46
47
48
{
"uid": "blogger_import",
"name": "Blogger Import",
"description": "Import a Blogger.com or Blogspot blog's content into PencilBlue.",
"version": "0.2.0",
"pb_version": "0.4.x",
"author": {
"name": "Mark Baird",
"email": "[email protected]",
"website": "https://github.com/markbaird",
"contributors": [
{
"name": "Blake Callens",
"email": ""
},
{
"name": "Brian Hyder",
"email": ""
},
{
"name": "Mark Baird",
"email": ""
}
]
},
"settings": [
{
"name": "create_new_users",
"value": false
},
{
"name": "download_media",
"value": true
}
],
"permissions": {
"ACCESS_USER": [],
"ACCESS_WRITER": [],
"ACCESS_EDITOR": [],
"ACCESS_MANAGING_EDITOR": []
},
"main_module": {
"path": "blogger_import.js"
},
"dependencies": {
"xml2js": "~0.4.4"
}
}