2015-08-28 15:24:05 -07:00
|
|
|
{
|
|
|
|
"extensions": {
|
|
|
|
"components": [
|
|
|
|
{
|
2015-08-28 16:36:41 -07:00
|
|
|
"implementation": "IdentityAggregator.js",
|
2015-08-28 15:24:05 -07:00
|
|
|
"type": "aggregator",
|
|
|
|
"provides": "identityService",
|
|
|
|
"depends": [ "$q" ]
|
2015-09-01 11:19:53 -07:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"type": "decorator",
|
|
|
|
"provides": "creationService",
|
|
|
|
"implementation": "services/IdentityCreationDecorator.js",
|
|
|
|
"depends": [ "identityService" ]
|
2015-08-28 15:24:05 -07:00
|
|
|
}
|
2015-08-28 16:36:41 -07:00
|
|
|
],
|
|
|
|
"indicators": [
|
|
|
|
{
|
|
|
|
"implementation": "IdentityIndicator.js",
|
|
|
|
"depends": [ "identityService" ]
|
|
|
|
}
|
2015-08-28 15:24:05 -07:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|