openmct/example/identity/bundle.json

13 lines
285 B
JSON
Raw Normal View History

{
"extensions": {
"components": [
{
"implementation": "ExampleIdentityService.js",
"provides": "identityService",
"type": "provider",
"depends": [ "dialogService" ]
}
]
}
}