Merge branch 'master' of github.com:jspm/registry
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"main": "Kickstrap/js/kickstrap",
|
||||
"dependencyShim": {
|
||||
"Kickstrap/js/kickstrap": ["jquery"]
|
||||
},
|
||||
"dependencyMap": {
|
||||
"jquery": "jquery@1.10"
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"dependencyShim": {
|
||||
"tinygrowl": ["bootstrap@3.0.0"]
|
||||
}
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"dependencyShim": {
|
||||
"angularfire": ["angular"]
|
||||
"angularFire": ["angular@1.1.5"]
|
||||
}
|
||||
}
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"main": "lib/backbone.marionette.min",
|
||||
"dependencyShim": {
|
||||
"lib/backbone.marionette.min": ["backbone"]
|
||||
},
|
||||
"dependencyMap": {
|
||||
"backbone": "backbone@1.1.0"
|
||||
}
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user