mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-02 17:53:30 +00:00
22 lines
608 B
JSON
22 lines
608 B
JSON
{
|
|
"name": "@alfresco/adf-extensions",
|
|
"description": "Provides extensibility support for ADF applications.",
|
|
"version": "2.7.0-beta2",
|
|
"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": "^6.0.0",
|
|
"@angular/core": "^6.0.0",
|
|
"@angular/http": "^6.1.4",
|
|
"alfresco-js-api": "2.7.0-beta2"
|
|
}
|
|
}
|