forked from h5p/h5p-branching-question
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
41 lines (41 loc) · 780 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
{
"title": "Branching Question",
"description": "description",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 18,
"runnable": 0,
"metadata": 0,
"author": "Joubel AS",
"license": "MIT",
"machineName": "H5P.BranchingQuestion",
"preloadedJs": [
{
"path": "branchingQuestion.js"
}
],
"preloadedCss": [
{
"path": "branchingQuestion.css"
}
],
"preloadedDependencies": [
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 5
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.ShowWhen",
"majorVersion": 1,
"minorVersion": 0
},
{
"machineName": "H5PEditor.BranchingQuestion",
"majorVersion": 1,
"minorVersion": 0
}
]
}