@project-sunbird/sunbird-epub-player-v9
Version:
The Epub player library is powered by Angular. This player is primarily designed to be used on Sunbird consumption platforms _(mobile app, web portal, offline desktop app)_ to drive reusability and maintainability, hence reducing the redundant development
18 lines (17 loc) • 599 B
JSON
{
"$schema": "../node_modules/@angular-devkit/schematics/collection-schema.json",
"schematics": {
"ng-add": {
"description": "Add @project-sunbird/sunbird-epub-player-v9 to the project.",
"factory": "./ng-add/index",
"schema": "./ng-add/schema.json",
"aliases": ["install"]
},
"ng-add-setup-project": {
"private": true,
"description": "Sets up the specified project after the ng-add dependencies have been installed.",
"factory": "./ng-add/setup-project",
"schema": "./ng-add/schema.json"
}
}
}