Files
alfresco-ng2-components/lib/process-services/package.json
2023-07-24 09:28:11 +02:00

38 lines
1.1 KiB
JSON

{
"name": "@alfresco/adf-process-services",
"description": "Alfresco ADF process services",
"version": "6.2.0",
"author": "Hyland Software, Inc. and its affiliates",
"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": ">=14.1.3",
"@angular/cdk": ">=14.1.2",
"@angular/common": ">=14.1.3",
"@angular/compiler": ">=14.1.3",
"@angular/core": ">=14.1.3",
"@angular/forms": ">=14.1.3",
"@angular/material": ">=14.1.2",
"@angular/platform-browser": ">=14.1.3",
"@angular/platform-browser-dynamic": ">=14.1.3",
"@angular/router": ">=14.1.3",
"@alfresco/js-api": ">=6.3.0-1054",
"@alfresco/adf-core": ">=6.2.0",
"@alfresco/adf-content-services": ">=6.2.0",
"@ngx-translate/core": ">=14.0.0",
"moment": ">=2.22.2"
},
"keywords": [
"process-services",
"alfresco-component",
"angular",
"components"
],
"license": "Apache-2.0"
}