Files
alfresco-ng2-components/lib/insights/package.json
Maurizio Vitale 6860ab73ab [ADF-4859] Make sure the ng build insight works (#5141)
* Make sure the ng build insight works

* Fix styles
2019-10-10 09:57:20 +01:00

49 lines
1.4 KiB
JSON

{
"name": "@alfresco/adf-insights",
"description": "Alfresco ADF insights",
"version": "3.5.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/animations": ">=7.0.3",
"@angular/cdk": ">=7.0.3",
"@angular/common": ">=7.0.3",
"@angular/compiler": ">=7.0.3",
"@angular/core": ">=7.0.3",
"@angular/flex-layout": ">=7.0.0-beta.19",
"@angular/forms": ">=7.0.3",
"@angular/http": ">=7.0.3",
"@angular/material": ">=7.0.3",
"@angular/material-moment-adapter": ">=7.0.3",
"@angular/platform-browser": ">=7.0.3",
"@angular/platform-browser-dynamic": ">=7.0.3",
"@angular/router": ">=7.0.3",
"@alfresco/js-api": "3.5.0",
"rxjs": ">=6.2.2",
"@alfresco/adf-core": "3.5.0",
"@ngx-translate/core": ">=11.0.0",
"chart.js": ">=2.5.0",
"core-js": ">=2.5.4",
"hammerjs": ">=2.0.8",
"moment": ">=2.22.2",
"ng2-charts": ">=1.6.0",
"raphael": ">=2.2.7",
"reflect-metadata": ">=0.1.10",
"zone.js": ">=0.8.26"
},
"keywords": [
"analytics",
"alfresco-component",
"angular",
"components"
],
"license": "Apache-2.0"
}