Files
alfresco-ng2-components/lib/insights/package.json
Denys Vuika 03a888fb5e [ACS-3685] Release 5.1.0 (#7919)
* bump versions

* reports
2022-10-24 18:53:48 +01:00

35 lines
899 B
JSON

{
"name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights",
"version": "5.1.0",
"author": "Alfresco Software, Ltd.",
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
},
"bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"peerDependencies": {
"@angular/common": ">=14.0.5",
"@angular/compiler": ">=14.0.5",
"@angular/core": ">=14.0.5",
"@angular/flex-layout": ">=13.0.0-beta.38",
"@angular/forms": ">=14.0.5",
"@angular/material": ">=13.3.9",
"@alfresco/adf-core": "5.1.0",
"@ngx-translate/core": ">=13.0.0",
"chart.js": ">=2.9.3",
"moment": ">=2.22.2",
"ng2-charts": ">=2.3.2",
"raphael": ">=2.2.7"
},
"keywords": [
"analytics",
"alfresco-component",
"angular",
"components"
],
"license": "Apache-2.0"
}