@project-sunbird/content-player
Version:
Which renders the contents in both web and devices
29 lines (28 loc) • 719 B
JSON
{
"id": "org.ekstep.epubrenderer",
"ver": "1.0",
"shortId": "org.eskstep.epubrenderer",
"author": "Manoj Chandrashekar <manoj.chandrashekar@tarento.com>",
"description": "Plugin to render ePub content",
"publishedDate": "",
"renderer": {
"main": "renderer/plugin.js",
"dependencies": [
{
"type": "js",
"src": "renderer/libs/jszip.min.js"
},
{
"type": "js",
"src": "renderer/libs/epub.min.js"
}
]
},
"dependencies": [
{
"plugin": "org.ekstep.overlay",
"ver": "1.0",
"scope": "renderer"
}
]
}