2015-09-02 22:57:52 +00:00
|
|
|
{
|
|
|
|
"extensions": {
|
|
|
|
"representers": [
|
|
|
|
{
|
|
|
|
"implementation": "ConductorRepresenter.js",
|
2015-09-03 22:13:03 +00:00
|
|
|
"depends": [ "conductorService", "$compile", "views[]" ]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"components": [
|
|
|
|
{
|
2015-09-04 20:02:36 +00:00
|
|
|
"type": "decorator",
|
|
|
|
"provides": "capabilityService",
|
2015-09-03 22:13:03 +00:00
|
|
|
"implementation": "ConductorCapabilityDecorator.js",
|
|
|
|
"depends": [ "conductorService" ]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"services": [
|
|
|
|
{
|
|
|
|
"key": "conductorService",
|
|
|
|
"implementation": "ConductorService.js",
|
|
|
|
"depends": [ "now" ]
|
2015-09-02 22:57:52 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|