openmct/platform/framework/bundle.json
Victor Woeltjen cab1f72579 [Licenses] Add license information
Add license information for included software components,
to populate the Licenses page. WTD-669.
2015-01-27 15:37:47 -08:00

73 lines
2.7 KiB
JSON

{
"name": "Open MCT Web Framework Component",
"description": "Framework layer for Open MCT Web; interprets bundle definitions and serves as an intermediary between Require and Angular.",
"libraries": "lib",
"configuration": {
"paths": {
"angular": "angular.min"
},
"shim": {
"angular": {
"exports": "angular"
}
}
},
"extensions": {
"licenses": [
{
"name": "Blanket.js",
"version": "1.1.5",
"description": "Code coverage measurement and reporting.",
"author": "Alex Seville",
"website": "http://blanketjs.org/",
"license": "MIT",
"link": "http://opensource.org/licenses/MIT"
},
{
"name": "Jasmine",
"version": "1.3.1",
"description": "Unit testing.",
"author": "Pivotal Labs",
"website": "http://jasmine.github.io/",
"license": "MIT",
"link": "http://opensource.org/licenses/MIT"
},
{
"name": "RequireJS",
"version": "2.1.9",
"description": "Script loader.",
"author": "The Dojo Foundation",
"website": "http://requirejs.org/",
"license": "MIT",
"link": "https://github.com/jrburke/requirejs/blob/master/LICENSE"
},
{
"name": "AngularJS",
"version": "1.2.26",
"description": "Client-side web application framework.",
"author": "Google",
"website": "http://angularjs.org/",
"license": "MIT",
"link": "https://github.com/angular/angular.js/blob/master/LICENSE"
},
{
"name": "Angular-Route",
"version": "1.2.26",
"description": "Client-side view routing.",
"author": "Google",
"website": "http://angularjs.org/",
"license": "MIT",
"link": "https://github.com/angular/angular.js/blob/master/LICENSE"
},
{
"name": "ES6-Promise",
"version": "2.0.0",
"description": "Promise polyfill for pre-ECMAScript 6 browsers.",
"author": "Yehuda Katz, Tom Dale, Stefan Penner and contributors",
"website": "https://github.com/jakearchibald/es6-promise",
"license": "MIT",
"link": "https://github.com/jakearchibald/es6-promise/blob/master/LICENSE"
}
]
}
}