-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
51 lines (51 loc) · 1021 Bytes
/
library.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
49
50
51
{
"title": "Documentation Tool (XR)",
"description": "Documentation tool (XR variant) for educational assessment.",
"majorVersion": 1,
"minorVersion": 11,
"patchVersion": 1,
"runnable": 1,
"author": "Joubel, XR Energy",
"license": "MIT",
"machineName": "H5P.DocumentationToolXR",
"embedTypes": ["iframe"],
"coreApi": {
"majorVersion": 1,
"minorVersion": 19
},
"preloadedCss": [
{
"path": "navigation-menu-xr.css"
},
{
"path": "documentation-tool-xr.css"
}
],
"preloadedJs": [
{
"path": "navigation-menu-xr.js"
},
{
"path": "documentation-tool-xr.js"
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.VerticalTabs",
"majorVersion": 1,
"minorVersion": 3
}
],
"preloadedDependencies": [
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 5
},
{
"machineName": "H5P.JoubelUI",
"majorVersion": 1,
"minorVersion": 3
}
]
}