adding backbone.marionette

This commit is contained in:
Jarred de Beer
2013-11-01 21:12:24 +02:00
parent 71e8de5ea7
commit 4d5e54d2d9
2 changed files with 10 additions and 0 deletions
@@ -0,0 +1,9 @@
{
"main": "lib/backbone.marionette.min",
"dependencyShim": {
"lib/backbone.marionette.min": ["backbone"]
},
"dependencyMap": {
"backbone": "backbone@1.1.0"
}
}
+1
View File
@@ -7,6 +7,7 @@
"chosen.jquery": "cdnjs:chosen/{version}#chosen.jquery",
"jquery": "github:components/jquery",
"kickstrap": "github:ajkochanowicz/Kickstrap",
"marionette": "github:marionettejs/backbone.marionette",
"tinygrowl": "github:ajkochanowicz/tinygrowl",
"underscore": "npm:underscore",
"webfont": "cdnjs:webfont/1.3.0#webfont"