mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-06-09 17:44:59 +00:00
35 lines
899 B
JSON
35 lines
899 B
JSON
{
|
|
"name": "@alfresco/adf-insights",
|
|
"description": "Alfresco ADF insights",
|
|
"version": "4.8.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"main": "bundles/adf-insights.js",
|
|
"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": ">=10.0.2",
|
|
"@angular/core": ">=10.0.2",
|
|
"@angular/flex-layout": ">=10.0.0-beta.32",
|
|
"@angular/forms": ">=10.0.2",
|
|
"@angular/material": ">=10.0.1",
|
|
"@alfresco/adf-core": "4.8.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"
|
|
}
|