-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathmanifest.json
28 lines (28 loc) · 1.18 KB
/
manifest.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
{
"id": "org.ekstep.collectioneditor",
"ver": "1.3",
"author": "Sunil A S",
"title": "collection tree Plugin",
"description": "",
"publishedDate": "",
"editor": {
"main": "editor/plugin.js",
"dependencies": [
{ "type": "js", "src": "editor/libs/jQuery-ui.js" },
{ "type": "js", "src": "editor/libs/sortable.min.js" },
{ "type": "js", "src": "editor/libs/jquery.fancytree.min.js" },
{ "type": "js", "src": "editor/libs/jquery.fancytree.dnd.js" },
{ "type": "js", "src": "editor/libs/jquery.fancytree.wide.js" },
{ "type": "js", "src": "editor/libs/jquery.fancytree.edit.js" },
{ "type": "js", "src": "editor/libs/jquery.fancytree.filter.js" },
{ "type": "css", "src": "editor/libs/skin-lion/ui.fancytree.min.css" },
{ "type": "css", "src": "editor/collectioneditor.css" },
{ "type": "css", "src": "editor/commonStyles.css" }
],
"container": [{
"id": "tree",
"templateURL": "editor/collectiontree.html",
"controllerURL": "editor/collectionEditorApp.js"
}]
}
}