openui5-tour
Version:
An OpenUI5 library to give a guided tour through your UI5 webapp.
34 lines (33 loc) • 609 B
JSON
{
"sap.app": {
"id": "openui5.tour",
"type": "library",
"applicationVersion": {
"version": "1.0.0"
},
"title": "An OpenUI5 library to give a guided tour through your UI5 webapp."
},
"sap.ui": {
"technology": "UI5",
"deviceTypes": {
"desktop": true,
"tablet": true,
"phone": true
}
},
"sap.ui5": {
"dependencies": {
"minUI5Version": "1.120.0",
"libs": {
"sap.ui.core": {},
"sap.m": {
"lazy": true
}
}
},
"contentDensities": {
"compact": true,
"cozy": true
}
}
}