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": [
|
|
|
|
{
|
2015-10-26 16:56:37 +00:00
|
|
|
"provides": "formatService",
|
2015-10-22 22:20:12 +00:00
|
|
|
"type": "provider",
|
2015-10-26 16:56:37 +00:00
|
|
|
"implementation": "FormatProvider.js",
|
2015-10-27 16:41:32 +00:00
|
|
|
"depends": [ "formats[]" ]
|
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
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|