@c8y/apps
Version:
Cumulocity IoT applications
57 lines • 1.49 kB
JSON
{
"name": "tutorial-application",
"version": "1015.0.536",
"scripts": {
"start": "c8ycli server",
"build": "c8ycli build",
"deploy": "c8ycli deploy",
"locale-extract": "c8ycli locale-extract",
"postinstall": "ngcc",
"test": "jest"
},
"c8y": {
"application": {
"name": "tutorial application",
"contextPath": "tutorial-application",
"key": "tutorial-application-key",
"brandingEntry": "./branding/branding.less",
"entryModule": "app.module#AppModule",
"globalTitle": "Tutorial application IoT",
"tabsHorizontal": true,
"rightDrawer": true,
"icon": {
"class": "c8y-icon-tools"
},
"docs": {
"links": [
{
"label": "Legacy link",
"icon": "c8y-icon c8y-icon-tools",
"url": "https://legacy-link.com"
},
{
"label": "Doc link from package.json",
"icon": "c8y-icon c8y-icon-c8y",
"url": "https://new-doc-link.com",
"type": "doc"
},
{
"label": "Quick link from package.json",
"icon": "c8y-icon c8y-icon-atom",
"url": "https://cumulocity.com/guides/web/angular/",
"type": "quicklink"
}
]
},
"languages": {
"it": {
"name": "Italian",
"nativeName": "Italian"
}
}
}
},
"browserslist": [
"last 2 major versions"
]
}