forked from Sunbird-Knowlg/sunbird-content-plugins
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanifest.json
More file actions
42 lines (42 loc) · 995 Bytes
/
manifest.json
File metadata and controls
42 lines (42 loc) · 995 Bytes
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
{
"id": "org.ekstep.lessonbrowser",
"ver": "1.3",
"shortId": "lessonbrowser",
"author": "Archana B",
"title": "Lesson Browser",
"description": "This plugin is used to browse through lessons.",
"publishedDate": "",
"editor":
{
"main": "editor/plugin.js",
"dependencies": [
{
"type": "js",
"src": "editor/content-provider-repo.js"
},
{
"type": "js",
"src": "editor/libs/angular-inview.js"
},
{
"type": "js",
"src": "editor/messages.js"
},
{
"type": "js",
"src": "editor/jquery.flexslider-min.js"
},
{
"type": "js",
"src": "editor/scroll-glue.js"
},
{
"type": "css",
"src": "editor/flexslider.min.css"
},
{
"type": "css",
"src": "editor/lessonbrowser.css"
}]
}
}