mirror of
https://github.com/nasa/openmct.git
synced 2024-12-21 22:17:49 +00:00
95e299622e
Expose angular as a dependency which can be included from AMD-style modules, utilizing the extensions to the framework layer added to support exposing libraries from bundles. WTD-568.
16 lines
442 B
JSON
16 lines
442 B
JSON
{
|
|
"name": "Open MCT Web Framework Component",
|
|
"description": "Framework layer for Open MCT Web; interprets bundle definitions and serves as an intermediary between Require and Angular.",
|
|
"libraries": "lib",
|
|
"configuration": {
|
|
"paths": {
|
|
"angular": "angular.min"
|
|
},
|
|
"shim": {
|
|
"angular": {
|
|
"exports": "angular"
|
|
}
|
|
}
|
|
},
|
|
"extensions": {}
|
|
} |