13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"main": "backbone.marionette",
|
|
"directories": {
|
|
"lib": "lib/core/amd"
|
|
},
|
|
"shim": {
|
|
"backbone.marionette": ["backbone@1.1", "underscore@1.5", "backbone.wreqr@0.2", "backbone.babysitter@0.0"]
|
|
},
|
|
"buildConfig": {
|
|
"uglify": "true"
|
|
}
|
|
}
|