forked from h5p/h5p-branching-scenario
-
Notifications
You must be signed in to change notification settings - Fork 0
/
library.json
52 lines (52 loc) · 968 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
52
{
"title": "Branching Scenario (beta)",
"description": "description",
"majorVersion": 1,
"minorVersion": 0,
"patchVersion": 2,
"runnable": 1,
"embedTypes": [
"iframe"
],
"author": "Joubel AS",
"license": "MIT",
"machineName": "H5P.BranchingScenario",
"preloadedJs": [
{
"path": "dist/dist.js"
}
],
"preloadedCss": [
{
"path": "styles/branchingScenario.css"
},
{
"path": "styles/branchingQuestion.css"
},
{
"path": "styles/genericScreen.css"
},
{
"path": "styles/libraryScreen.css"
}
],
"preloadedDependencies": [
{
"machineName": "FontAwesome",
"majorVersion": 4,
"minorVersion": 5
}
],
"editorDependencies": [
{
"machineName": "H5PEditor.ShowWhen",
"majorVersion": 1,
"minorVersion": 0
},
{
"machineName": "H5PEditor.BranchingScenario",
"majorVersion": 1,
"minorVersion": 0
}
]
}