diff --git a/package-overrides/github/ajkochanowicz/Kickstrap@1.3.2.json b/package-overrides/github/ajkochanowicz/Kickstrap@1.3.2.json new file mode 100644 index 0000000..cb22bfa --- /dev/null +++ b/package-overrides/github/ajkochanowicz/Kickstrap@1.3.2.json @@ -0,0 +1,9 @@ +{ + "main": "Kickstrap/js/kickstrap", + "dependencyShim": { + "Kickstrap/js/kickstrap": ["jquery"] + }, + "dependencyMap": { + "jquery": "jquery@1.10" + } +} diff --git a/package-overrides/github/ajkochanowicz/tinygrowl.json b/package-overrides/github/ajkochanowicz/tinygrowl.json new file mode 100644 index 0000000..f276806 --- /dev/null +++ b/package-overrides/github/ajkochanowicz/tinygrowl.json @@ -0,0 +1,5 @@ +{ + "dependencyShim": { + "tinygrowl": ["bootstrap@3.0.0"] + } +} diff --git a/package-overrides/github/firebase/angularFire@0.3.1.json b/package-overrides/github/firebase/angularFire@0.3.1.json index b875c82..0ac79f0 100644 --- a/package-overrides/github/firebase/angularFire@0.3.1.json +++ b/package-overrides/github/firebase/angularFire@0.3.1.json @@ -1,5 +1,5 @@ { "dependencyShim": { - "angularfire": ["angular"] + "angularFire": ["angular@1.1.5"] } } diff --git a/package-overrides/github/marionettejs/backbone.marionette@1.2.2.json b/package-overrides/github/marionettejs/backbone.marionette@1.2.2.json new file mode 100644 index 0000000..7c2f6e6 --- /dev/null +++ b/package-overrides/github/marionettejs/backbone.marionette@1.2.2.json @@ -0,0 +1,9 @@ +{ + "main": "lib/backbone.marionette.min", + "dependencyShim": { + "lib/backbone.marionette.min": ["backbone"] + }, + "dependencyMap": { + "backbone": "backbone@1.1.0" + } +} diff --git a/registry.json b/registry.json index cbceaa4..a00effe 100644 --- a/registry.json +++ b/registry.json @@ -4,7 +4,11 @@ "angularFire": "github:firebase/angularFire", "backbone": "github:jashkenas/backbone", "bootstrap": "github:twbs/bootstrap", + "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" }