2014-11-29 00:06:54 +00:00
|
|
|
{
|
|
|
|
"name": "Data bundle",
|
|
|
|
"description": "Interfaces and infrastructure for real-time and historical data.",
|
2015-01-05 18:12:19 +00:00
|
|
|
"configuration": {
|
|
|
|
"paths": {
|
|
|
|
"moment": "moment.min.js"
|
|
|
|
},
|
|
|
|
"shim": {
|
|
|
|
"moment": {
|
|
|
|
"exports": "moment"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
},
|
2014-11-29 00:06:54 +00:00
|
|
|
"extensions": {
|
|
|
|
"components": [
|
|
|
|
{
|
|
|
|
"provides": "telemetryService",
|
|
|
|
"type": "aggregator",
|
|
|
|
"implementation": "TelemetryAggregator.js",
|
|
|
|
"depends": [ "$q" ]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"controllers": [
|
|
|
|
{
|
|
|
|
"key": "TelemetryController",
|
|
|
|
"implementation": "TelemetryController.js",
|
|
|
|
"depends": [ "$scope", "$q", "$timeout", "$log" ]
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"capabilities": [
|
|
|
|
{
|
|
|
|
"key": "telemetry",
|
|
|
|
"implementation": "TelemetryCapability.js",
|
2014-11-29 04:29:30 +00:00
|
|
|
"depends": [ "$injector", "$q", "$log" ]
|
2014-11-29 00:06:54 +00:00
|
|
|
}
|
2014-12-24 19:14:38 +00:00
|
|
|
],
|
|
|
|
"services": [
|
|
|
|
{
|
|
|
|
"key": "telemetryFormatter",
|
|
|
|
"implementation": "TelemetryFormatter.js"
|
2014-12-30 21:27:28 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "telemetrySubscriber",
|
|
|
|
"implementation": "TelemetrySubscriber.js",
|
|
|
|
"depends": [ "$q", "$timeout" ]
|
2014-12-24 19:14:38 +00:00
|
|
|
}
|
2015-01-27 23:37:47 +00:00
|
|
|
],
|
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"name": "Moment.js",
|
|
|
|
"version": "2.7.0",
|
|
|
|
"author": "Tim Wood, Iskren Chernev, Moment.js contributors",
|
|
|
|
"description": "Time/date parsing/formatting.",
|
|
|
|
"website": "http://momentjs.com",
|
|
|
|
"license": "MIT",
|
|
|
|
"link": "https://raw.githubusercontent.com/moment/moment/develop/LICENSE"
|
|
|
|
}
|
2014-11-29 00:06:54 +00:00
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|