mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
* Run tsc on the e2e folder and as part of the sh script * in progress * in progress * in progress * in progress * in progress * in progress * fixing compile errors * fixing compile errors. * Fix the apiService and exclude nodemodules * Add semicolumn * fix import * fix configuration test package * fix * fix errors * fix typescript * restore packages.json * fix errors after rebase * fix type prolems and add protracotr path mapping * remove undefined
29 lines
760 B
JSON
29 lines
760 B
JSON
{
|
|
"name": "@alfresco/adf-extensions",
|
|
"description": "Provides extensibility support for ADF applications.",
|
|
"version": "3.1.0-beta5",
|
|
"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.1.0-6eec5abc14bb31af3512cba5492f4ba43ffa2fac"
|
|
},
|
|
"keywords": [
|
|
"extensions",
|
|
"alfresco-component",
|
|
"angular",
|
|
"activiti",
|
|
"components"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|