forked from h5p/h5p-interactive-book
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
49 lines (49 loc) · 989 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
{
"title": "Interactive Book",
"description": "An interactive book which displays content in pages and sections",
"majorVersion": 1,
"minorVersion": 2,
"patchVersion": 9,
"runnable": 1,
"fullscreen": 1,
"author": "Joubel",
"license": "MIT",
"machineName": "H5P.InteractiveBook",
"embedTypes": [
"iframe"
],
"preloadedJs": [
{
"path": "dist/h5p-interactive-book.js"
}
],
"preloadedDependencies": [
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 5
},
{
"machineName": "H5P.Column",
"majorVersion": 1,
"minorVersion": 12
},
{
"machineName": "H5P.JoubelUI",
"majorVersion": 1,
"minorVersion": 3
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.VerticalTabs",
"majorVersion": 1,
"minorVersion": 3
},
{
"machineName": "H5PEditor.ShowWhen",
"majorVersion": 1,
"minorVersion": 0
}
]
}