mirror of
https://github.com/nasa/openmct.git
synced 2024-12-22 06:27:48 +00:00
13 lines
285 B
JSON
13 lines
285 B
JSON
|
{
|
||
|
"extensions": {
|
||
|
"components": [
|
||
|
{
|
||
|
"implementation": "ExampleIdentityService.js",
|
||
|
"provides": "identityService",
|
||
|
"type": "provider",
|
||
|
"depends": [ "dialogService" ]
|
||
|
}
|
||
|
]
|
||
|
}
|
||
|
}
|