UNPKG

grunt-tdevopsui5

Version:

UI5 tools for build/deploy/version managment of ui5 applicaton

126 lines 2.35 kB
{ "_version": "1.7.0", "sap.app": { "id": "pslint.appid", "type": "application", "i18n": "i18n/i18n.properties", "applicationVersion": { "version": "0.0.1" }, "title": "{{appTitle}}", "description": "{{appDescription}}", "sourceTemplate": { "id": "servicecatalog.connectivityComponent", "version": "0.0.0" }, "dataSources": { "localService": { "uri": "/mock/", "type": "OData", "settings": { "odataVersion": "2.0", "localUri": "localService/metadata.xml" } }, "oDataMain": { "uri": "/sap/opu/odata/sap/ZSIMBA_SRV/", "type": "OData", "settings": { "odataVersion": "2.0" } } } }, "sap.ui": { "technology": "UI5", "icons": { "icon": "", "favIcon": "", "phone": "", "phone@2": "", "tablet": "", "tablet@2": "" }, "deviceTypes": { "desktop": true, "tablet": true, "phone": true }, "supportedThemes": [ "sap_hcb", "sap_belize" ] }, "sap.ui5": { "rootView": { "viewName": "pslint.appid.view.App", "type": "XML" }, "dependencies": { "minUI5Version": "1.30.0", "libs": { "sap.ui.core": {}, "sap.m": {}, "sap.ui.layout": {}, "sap.ui.comp": {}, "sap.uxap": {} } }, "contentDensities": { "compact": true, "cozy": true }, "models": { "i18n": { "type": "sap.ui.model.resource.ResourceModel", "settings": { "bundleName": "pslint.appid.i18n.i18n" } }, "": { "dataSource": "oDataMain", "settings": { "defaultCountMode": "Inline" }, "preload": true } }, "resources": { "css": [ { "uri": "css/style.css" } ] }, "routing": { "config": { "routerClass": "sap.m.routing.Router", "viewType": "XML", "viewPath": "pslint.appid.view", "controlId": "app", "controlAggregation": "pages", "bypassed": { "target": "notFound" }, "async": true }, "routes": [ { "pattern": "", "name": "StartPage", "target": "StartPage" } ], "targets": { "StartPage": { "viewName": "StartPage", "viewId": "StartPage" }, "notFound": { "viewName": "NotFound", "viewId": "notFound" } } } } }