Files
alfresco-ng2-components/lib/content-services/package.json
2020-08-20 09:43:38 +01:00

36 lines
986 B
JSON

{
"name": "@alfresco/adf-content-services",
"description": "Alfresco ADF content services",
"version": "4.0.0",
"author": "Alfresco Software, Ltd.",
"main": "bundles/adf-content-services.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": ">=10.0.2",
"@angular/cdk": ">=10.0.1",
"@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",
"@angular/router": ">=10.0.2",
"@alfresco/js-api": "4.0.0",
"@alfresco/adf-core": "4.0.0",
"@ngx-translate/core": ">=13.0.0",
"moment": ">=2.22.2"
},
"keywords": [
"content-services",
"alfresco-component",
"angular",
"components"
],
"license": "Apache-2.0"
}