mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-05-12 17:04:46 +00:00
20 lines
381 B
JSON
20 lines
381 B
JSON
{
|
|
"name": "@alfresco/aca-about",
|
|
"version": "0.0.1",
|
|
"license": "LGPL-3.0",
|
|
"peerDependencies": {
|
|
"@angular/common": "^14.1.0",
|
|
"@angular/core": "^14.1.0"
|
|
},
|
|
"dependencies": {
|
|
"tslib": "^2.3.0"
|
|
},
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Alfresco/alfresco-content-app.git"
|
|
}
|
|
}
|