Files
alfresco-ng2-components/lib/content-services/package.json
2018-09-18 14:27:25 +01:00

45 lines
1.3 KiB
JSON

{
"name": "@alfresco/adf-content-services",
"description": "Alfresco ADF content services",
"version": "2.5.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": ">=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": ">=6.0.0-beta.18",
"@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",
"alfresco-js-api": "2.5.0",
"rxjs": ">=6.2.2",
"@alfresco/adf-core": "2.5.0",
"@ngx-translate/core": "^10.0.2",
"hammerjs": "2.0.8",
"moment": "^2.22.2",
"reflect-metadata": "0.1.10",
"zone.js": "^0.8.26"
},
"keywords": [
"content-services",
"alfresco-component",
"angular",
"components"
],
"license": "Apache-2.0"
}