mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
* setup i18n for aos extension * translate action names, generic icon * unit tests and bug fixes * use AOS testing with CI
27 lines
692 B
JSON
27 lines
692 B
JSON
{
|
|
"name": "@alfresco/adf-office-services-ext",
|
|
"version": "0.0.6",
|
|
"license": "Apache-2.0",
|
|
"author": {
|
|
"name": "Keensoft",
|
|
"url": "http://www.keensoft.es/en/"
|
|
},
|
|
"contributors": [
|
|
{
|
|
"name": "Denys Vuika",
|
|
"email": "denys.vuka@gmail.com",
|
|
"url": "https://medium.com/@denysvuika"
|
|
}
|
|
],
|
|
"homepage": "https://github.com/Alfresco/alfresco-content-app",
|
|
"keywords": ["Alfresco", "ADF", "ACA", "Content Application"],
|
|
"peerDependencies": {
|
|
"@angular/common": "^7.2.0",
|
|
"@angular/core": "^7.2.0",
|
|
"@ngrx/effects": "^7.2.0",
|
|
"@ngrx/store": "^7.2.0",
|
|
"@alfresco/adf-extensions": "^3.0.0",
|
|
"@alfresco/js-api": "^3.0.0"
|
|
}
|
|
}
|