2015-10-22 22:20:12 +00:00
|
|
|
{
|
|
|
|
"name": "Time services bundle",
|
|
|
|
"description": "Defines interfaces and provides default implementations for handling different time systems.",
|
|
|
|
"extensions": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"provides": "timeService",
|
|
|
|
"type": "aggregator",
|
|
|
|
"implementation": "TimeAggregator.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"provides": "timeService",
|
|
|
|
"type": "provider",
|
2015-10-22 22:20:54 +00:00
|
|
|
"implementation": "UTCTimeProvider.js",
|
|
|
|
"depends": [ "now" ]
|
2015-10-22 22:20:12 +00:00
|
|
|
}
|
2015-10-26 16:45:01 +00:00
|
|
|
],
|
|
|
|
"formats": [
|
|
|
|
{
|
|
|
|
"key": "utc",
|
|
|
|
"implementation": "UTCTimeFormat.js"
|
|
|
|
}
|
2015-10-22 22:20:12 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|