forked from h5p/h5p-multi-choice
-
Notifications
You must be signed in to change notification settings - Fork 1
/
library.json
47 lines (47 loc) · 858 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
{
"title": "Multiple Choice",
"contentType": "Question",
"majorVersion": 1,
"minorVersion": 4,
"patchVersion": 0,
"runnable": 1,
"machineName": "H5P.MultiChoice",
"author": "Amendor AS",
"license": "MIT",
"coreApi": {
"majorVersion": 1,
"minorVersion": 6
},
"preloadedJs": [
{
"path": "js/multichoice.js"
}
],
"preloadedCss": [
{
"path": "css/multichoice.css"
}
],
"preloadedDependencies": [
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 3
},
{
"machineName": "EmbeddedJS",
"majorVersion": 1,
"minorVersion": 0
},
{
"machineName": "H5P.JoubelUI",
"majorVersion": 1,
"minorVersion": 2
},
{
"machineName": "H5P.Question",
"majorVersion": 1,
"minorVersion": 1
}
]
}