{
    "name": "Adaptation example",

    "description": "LMD can adopt jQuery with plugins",

    "root": "../js",
    "output": "../index.js",
    "modules": {
        "main": "main.js",

        "jquery": {
            "path": ["vendors/fake_jquery.js", "vendors/fake_jquery.*.js"],
            "exports": "jQuery"
        },

        "backbone": {
            "path": "vendors/bb.js",
            "type": "amd"
        },

        "ember": {
            "path": "vendors/ember.js",
            "type": "string"
        }
    },
    "main": "main",
    "ie": false,

    "optimize": true,
    "amd": true
}