mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* [auto-commit] Update JS-API to 4.4.0-3342 for branch: update-js-api originated from JS-API PR: 3342 * [auto-commit] Update JS-API to 4.4.0-3345 for branch: update-js-api originated from JS-API PR: 3345 * [auto-commit] Update JS-API to 4.4.0-3346 for branch: update-js-api originated from JS-API PR: 3346 * [auto-commit] Update JS-API to 4.4.0-3350 for branch: update-js-api originated from JS-API PR: 3350 * [auto-commit] Update JS-API to 4.4.0-3353 for branch: update-js-api originated from JS-API PR: 3353 * [auto-commit] Update JS-API to 4.4.0-3357 for branch: update-js-api originated from JS-API PR: 3357 * [auto-commit] Update JS-API to 4.4.0-3359 for branch: update-js-api originated from JS-API PR: 3359 * [auto-commit] Update JS-API to 4.4.0-3362 for branch: update-js-api originated from JS-API PR: 3362 Co-authored-by: Travis CI User <travis@example.org>
28 lines
688 B
JSON
28 lines
688 B
JSON
{
|
|
"name": "@alfresco/adf-extensions",
|
|
"description": "Provides extensibility support for ADF applications.",
|
|
"version": "4.3.0",
|
|
"license": "Apache-2.0",
|
|
"author": "Alfresco Software, Ltd.",
|
|
"main": "bundles/adf-extensions.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/common": ">=10.0.2",
|
|
"@angular/core": ">=10.0.2",
|
|
"@alfresco/js-api": "4.4.0-3362"
|
|
},
|
|
"keywords": [
|
|
"extensions",
|
|
"alfresco-component",
|
|
"angular",
|
|
"activiti",
|
|
"components"
|
|
]
|
|
}
|