openmct/example/identity/bundle.json
2015-08-28 16:36:57 -07:00

13 lines
285 B
JSON

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