forked from ActiveLearningStudio/h5p-image-pair
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlibrary.json
executable file
·51 lines (51 loc) · 835 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": "Image Pair",
"description": "Pair appropriate images",
"majorVersion": 1,
"minorVersion": 4,
"patchVersion": 0,
"runnable": 1,
"author": "JithinSpace",
"license": "MIT",
"machineName": "H5P.ImagePair",
"embedTypes": [
"iframe"
],
"preloadedCss": [
{
"path": "h5p-image-pair.css"
}
],
"preloadedJs": [
{
"path": "h5p-image-pair.js"
},
{
"path": "h5p-image-pair-card.js"
}
],
"preloadedDependencies": [
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 5
},
{
"machineName": "H5P.JoubelUI",
"majorVersion": 1,
"minorVersion": 3
},
{
"machineName": "jQuery.ui",
"majorVersion": 1,
"minorVersion": 10
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.VerticalTabs",
"majorVersion": 1,
"minorVersion": 3
}
]
}