mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +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.6.0-beta7",
|
|
"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.6.0-beta7"
|
|
}
|
|
}
|