Files
openmct/platform/identity/bundle.json
2015-09-01 11:19:53 -07:00

25 lines
679 B
JSON

{
"extensions": {
"components": [
{
"implementation": "IdentityAggregator.js",
"type": "aggregator",
"provides": "identityService",
"depends": [ "$q" ]
},
{
"type": "decorator",
"provides": "creationService",
"implementation": "services/IdentityCreationDecorator.js",
"depends": [ "identityService" ]
}
],
"indicators": [
{
"implementation": "IdentityIndicator.js",
"depends": [ "identityService" ]
}
]
}
}