-
Notifications
You must be signed in to change notification settings - Fork 19
/
library.json
executable file
·66 lines (66 loc) · 1.33 KB
/
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
{
"title": "Image Sequencing",
"description": "Sequence the Images in the order of occurance",
"majorVersion": 1,
"minorVersion": 1,
"patchVersion": 0,
"runnable": 1,
"author": "Jithin Thankachan",
"license": "MIT",
"machineName": "H5P.ImageSequencing",
"embedTypes": ["iframe"],
"preloadedCss": [
{
"path": "styles/h5p-image-sequencing.css"
}
],
"preloadedJs": [
{
"path": "scripts/h5p-image-sequencing.js"
},
{
"path": "scripts/h5p-image-sequencing-card.js"
},
{
"path": "scripts/h5p-image-sequencing-counter.js"
},
{
"path": "scripts/h5p-image-sequencing-timer.js"
}
],
"preloadedDependencies": [
{
"machineName": "H5P.Timer",
"majorVersion": 0,
"minorVersion": 4
},
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 5
},
{
"machineName": "H5P.JoubelUI",
"majorVersion": 1,
"minorVersion": 3
},
{
"machineName": "jQuery.ui",
"majorVersion": 1,
"minorVersion": 10,
"defaultStyles": true
},
{
"machineName": "H5P.Audio",
"majorVersion": 1,
"minorVersion": 2
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.VerticalTabs",
"majorVersion": 1,
"minorVersion": 3
}
]
}