Files
alfresco-content-app/projects/adf-office-services-ext/package.json
Martin Muller c7b8511d5b Hid AOS if record (#1272)
* check if record
* prepare aos release
2019-12-02 14:24:07 +01:00

16 lines
458 B
JSON

{
"name": "@alfresco/adf-office-services-ext",
"version": "0.0.9",
"license": "Apache-2.0",
"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"
}
}