{
    "name": "Mock chat with AMD modules",

    "path": "../modules/",

    "output": "../index.lmd.js",

    "www_root": "../../../",

    "modules": {
        "main": "index.js",
        "b-roster": "b-roster.js",
        "undefined": "utils.js",
        "b-unused-module": "b-unused-module.js",
        "b-dialog": "b-dialog.js",
        "b-talk": "b-talk.js"
    },
    "main": "main",
    "global": "this",
    "ie": false,

    "lazy": false,
    "pack": false,

    "amd": true,

    "stats": true,
    "stats_coverage": true,
    "stats_coverage_async": false,
    "stats_sendto": true,

    "log": true,
    "warn": true
}