mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
30 lines
740 B
JSON
30 lines
740 B
JSON
{
|
|
"name": "@alfresco/adf-extensions",
|
|
"description": "Provides extensibility support for ADF applications.",
|
|
"version": "3.7.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": ">=7.0.3",
|
|
"@angular/core": ">=7.0.3",
|
|
"@angular/http": ">=7.0.3",
|
|
"@alfresco/js-api": "3.7.0"
|
|
},
|
|
"keywords": [
|
|
"extensions",
|
|
"alfresco-component",
|
|
"angular",
|
|
"activiti",
|
|
"components"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|