mirror of
https://github.com/nasa/openmct.git
synced 2025-01-04 20:34:09 +00:00
c628d88b3e
Implement a placeholder for the About dialog, including some minimal version information. WTD-667.
17 lines
447 B
JSON
17 lines
447 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": {
|
|
}
|
|
} |