UNPKG

lmd

Version:

LMD: Lazy Module Declaration

23 lines (22 loc) 459 B
{ "name": "Abstract build", "root": "../modules/", "modules": { "main": "main.js", "depA": "depA.js", "template": "templates/template.html", "depB": { "path": "depB.js", "sandbox": true }, "workerDepA": "workerDepA.js" }, "main": "main", "global": "this", "async": true, "js": true, "css": true, "lazy": false, "pack": false, "ie": true }