{
    "root": "../js",
    "output": "../index.lmd.js",
    "www_root": "../",
    "modules": {
        "main": "main.js",
        "sha512": {
            "path": "sha512.js",
            "exports": "hex_sha512"
        }
    },
    "main": "main",
    "ie": false,

    "cache": true,
    "pack": true,
    "version": "0.0.1"
}