2015-01-14 18:44:59 +00:00
|
|
|
{
|
|
|
|
"name": "About Open MCT Web",
|
|
|
|
"extensions": {
|
|
|
|
"templates": [
|
|
|
|
{
|
|
|
|
"key": "app-logo",
|
|
|
|
"priority": "optional",
|
2015-01-14 20:10:09 +00:00
|
|
|
"templateUrl": "templates/app-logo.html"
|
2015-01-14 18:44:59 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "about-logo",
|
|
|
|
"priority": "preferred",
|
2015-01-14 20:10:09 +00:00
|
|
|
"templateUrl": "templates/about-logo.html"
|
2015-01-14 20:28:25 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "about-dialog",
|
|
|
|
"templateUrl": "templates/about-dialog.html"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "overlay-about",
|
|
|
|
"templateUrl": "templates/overlay-about.html"
|
2015-04-16 00:40:12 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "license-apache",
|
|
|
|
"templateUrl": "templates/license-apache.html"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "license-mit",
|
|
|
|
"templateUrl": "templates/license-mit.html"
|
2015-01-14 20:10:09 +00:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"controllers": [
|
|
|
|
{
|
|
|
|
"key": "LogoController",
|
|
|
|
"depends": [ "overlayService" ],
|
|
|
|
"implementation": "LogoController.js"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "AboutController",
|
|
|
|
"depends": [ "versions[]", "$window" ],
|
|
|
|
"implementation": "AboutController.js"
|
2015-01-27 23:37:18 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"key": "LicenseController",
|
|
|
|
"depends": [ "licenses[]" ],
|
|
|
|
"implementation": "LicenseController.js"
|
2015-01-14 20:10:09 +00:00
|
|
|
}
|
|
|
|
],
|
2015-05-13 23:47:13 +00:00
|
|
|
"licenses": [
|
|
|
|
{
|
|
|
|
"name": "Json.NET",
|
|
|
|
"version": "6.0.8",
|
|
|
|
"author": "Newtonsoft",
|
|
|
|
"description": "JSON serialization/deserialization",
|
|
|
|
"website": "http://www.newtonsoft.com/json",
|
|
|
|
"copyright": "Copyright (c) 2007 James Newton-King",
|
|
|
|
"license": "license-mit",
|
|
|
|
"link": "https://github.com/JamesNK/Newtonsoft.Json/blob/master/LICENSE.md"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Nancy",
|
|
|
|
"version": "0.23.2",
|
|
|
|
"author": "Andreas Håkansson, Steven Robbins and contributors",
|
|
|
|
"description": "Embedded web server",
|
|
|
|
"website": "http://nancyfx.org/",
|
|
|
|
"copyright": "Copyright © 2010 Andreas Håkansson, Steven Robbins and contributors",
|
|
|
|
"license": "license-mit",
|
|
|
|
"link": "http://www.opensource.org/licenses/mit-license.php"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Nancy.Hosting.Self",
|
|
|
|
"version": "0.23.2",
|
|
|
|
"author": "Andreas Håkansson, Steven Robbins and contributors",
|
|
|
|
"description": "Embedded web server",
|
|
|
|
"website": "http://nancyfx.org/",
|
|
|
|
"copyright": "Copyright © 2010 Andreas Håkansson, Steven Robbins and contributors",
|
|
|
|
"license": "license-mit",
|
|
|
|
"link": "http://www.opensource.org/licenses/mit-license.php"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "SuperSocket",
|
|
|
|
"version": "0.9.0.2",
|
|
|
|
"author": " Kerry Jiang",
|
|
|
|
"description": "Supports SuperWebSocket",
|
|
|
|
"website": "https://supersocket.codeplex.com/",
|
|
|
|
"copyright": "Copyright 2010-2014 Kerry Jiang (kerry-jiang@hotmail.com)",
|
|
|
|
"license": "license-apache",
|
|
|
|
"link": "https://supersocket.codeplex.com/license"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "SuperWebSocket",
|
|
|
|
"version": "0.9.0.2",
|
|
|
|
"author": " Kerry Jiang",
|
|
|
|
"description": "WebSocket implementation for client-server communication",
|
|
|
|
"website": "https://superwebsocket.codeplex.com/",
|
|
|
|
"copyright": "Copyright 2010-2014 Kerry Jiang (kerry-jiang@hotmail.com)",
|
|
|
|
"license": "license-apache",
|
|
|
|
"link": "https://superwebsocket.codeplex.com/license"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "log4net",
|
|
|
|
"version": "2.0.3",
|
|
|
|
"author": "Apache Software Foundation",
|
|
|
|
"description": "Logging",
|
|
|
|
"website": "http://logging.apache.org/log4net/",
|
|
|
|
"copyright": "Copyright © 2004-2015 Apache Software Foundation.",
|
|
|
|
"license": "license-apache",
|
|
|
|
"link": "http://logging.apache.org/log4net/license.html"
|
|
|
|
}
|
|
|
|
],
|
2015-01-14 20:10:09 +00:00
|
|
|
"routes": [
|
|
|
|
{
|
|
|
|
"when": "/licenses",
|
|
|
|
"templateUrl": "templates/licenses.html"
|
2015-04-16 22:16:00 +00:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"when": "/licenses-md",
|
|
|
|
"templateUrl": "templates/licenses-export-md.html"
|
2015-01-14 18:44:59 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|