openmct/platform/time/bundle.json
2015-10-26 09:56:37 -07:00

21 lines
561 B
JSON

{
"name": "Time services bundle",
"description": "Defines interfaces and provides default implementations for handling different time systems.",
"extensions": {
"components": [
{
"provides": "formatService",
"type": "provider",
"implementation": "FormatProvider.js",
"depends": "formats[]"
}
],
"formats": [
{
"key": "utc",
"implementation": "UTCTimeFormat.js"
}
]
}
}