Files
alfresco-ng2-components/lib/core/package.json
2018-08-14 15:43:22 +01:00

49 lines
1.3 KiB
JSON

{
"name": "@alfresco/adf-core",
"description": "Alfresco ADF core",
"version": "2.5.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-core.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": ">=5.1.1",
"@angular/cdk": ">=5.1.1",
"@angular/common": ">=5.1.1",
"@angular/compiler": ">=5.1.1",
"@angular/core": ">=5.1.1",
"@angular/flex-layout": ">=5.1.1",
"@angular/forms": ">=5.1.1",
"@angular/http": ">=5.1.1",
"@angular/material": ">=5.1.1",
"@angular/material-moment-adapter": ">=5.1.1",
"@angular/platform-browser": ">=5.1.1",
"@angular/platform-browser-dynamic": ">=5.1.1",
"@angular/router": ">=5.1.1",
"@mat-datetimepicker/core": "2.0.1",
"@mat-datetimepicker/moment": "2.0.1",
"alfresco-js-api": "2.5.0",
"rxjs": ">=6.2.2",
"@ngx-translate/core": "^10.0.2",
"core-js": "2.4.1",
"hammerjs": "2.0.8",
"minimatch-browser": "1.0.0",
"moment": "^2.22.2",
"pdfjs-dist": "2.0.303",
"reflect-metadata": "^0.1.12",
"zone.js": "^0.8.26"
},
"keywords": [
"core",
"alfresco-component",
"angular",
"components"
],
"license": "Apache-2.0"
}