{
    "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/",
                "copyright": "Copyright (c) 2013 Alex Seville",
                "license": "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/",
                "copyright": "Copyright (c) 2008-2011 Pivotal Labs",
                "license": "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/",
                "copyright": "Copyright (c) 2010-2015, The Dojo Foundation",
                "license": "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/",
                "copyright": "Copyright (c) 2010-2014 Google, Inc. http://angularjs.org",
                "license": "license-mit",
                "link": "https://github.com/angular/angular.js/blob/v1.2.26/LICENSE"
            },
            {
                "name": "Angular-Route",
                "version": "1.2.26",
                "description": "Client-side view routing",
                "author": "Google",
                "website": "http://angularjs.org/",
                "copyright": "Copyright (c) 2010-2014 Google, Inc. http://angularjs.org",
                "license": "license-mit",
                "link": "https://github.com/angular/angular.js/blob/v1.2.26/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",
                "copyright": "Copyright (c) 2014 Yehuda Katz, Tom Dale, Stefan Penner and contributors",
                "license": "license-mit",
                "link": "https://github.com/jakearchibald/es6-promise/blob/master/LICENSE"
            }
        ]
    }
}