UNPKG

lmd

Version:

LMD: Lazy Module Declaration

31 lines (25 loc) 608 B
{ "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 }