diff --git a/package-overrides/github/auth0/lock@7.5.4.json b/package-overrides/github/auth0/lock@7.5.4.json new file mode 100644 index 0000000..fb3c129 --- /dev/null +++ b/package-overrides/github/auth0/lock@7.5.4.json @@ -0,0 +1,9 @@ +{ + "format": "global", + "main": "build/auth0-lock.min", + "shim": { + "build/auth0-lock.min": { + "exports": "Auth0Lock" + } + } +} diff --git a/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json new file mode 100644 index 0000000..97b91d7 --- /dev/null +++ b/package-overrides/github/chieffancypants/angular-hotkeys@1.4.5.json @@ -0,0 +1,12 @@ +{ + "main": "build/hotkeys", + "registry": "jspm", + "dependencies": { + "angular": "^1.2.0" + }, + "shim": { + "build/hotkeys": { + "deps": ["angular"] + } + } +} diff --git a/package-overrides/github/components/handlebars.js@1.3.0.json b/package-overrides/github/components/handlebars.js@1.3.0.json index 622fa84..73078fe 100644 --- a/package-overrides/github/components/handlebars.js@1.3.0.json +++ b/package-overrides/github/components/handlebars.js@1.3.0.json @@ -5,5 +5,5 @@ "exports": "Handlebars" } }, - "files": ["handlebars.js"] + "files": ["handlebars.js", "handlebars.runtime.js"] } diff --git a/package-overrides/github/daepark/JSOL@master.json b/package-overrides/github/daepark/JSOL@master.json new file mode 100644 index 0000000..ff4de55 --- /dev/null +++ b/package-overrides/github/daepark/JSOL@master.json @@ -0,0 +1,3 @@ +{ + "main": "jsol.js" +} \ No newline at end of file diff --git a/package-overrides/github/isteven/angular-omni-bar@1.0.1.json b/package-overrides/github/isteven/angular-omni-bar@1.0.1.json new file mode 100644 index 0000000..e42002d --- /dev/null +++ b/package-overrides/github/isteven/angular-omni-bar@1.0.1.json @@ -0,0 +1,13 @@ +{ + "main": "isteven-omni-bar.js", + "dependencies": { + "css": "^0.1.10" + }, + "shim": { + "isteven-omni-bar": { + "deps": [ + "./isteven-omni-bar.css!" + ] + } + } +} diff --git a/package-overrides/github/jmcriffey/bower-traceur-runtime@0.0.89.json b/package-overrides/github/jmcriffey/bower-traceur-runtime@0.0.89.json new file mode 100644 index 0000000..b0f3d02 --- /dev/null +++ b/package-overrides/github/jmcriffey/bower-traceur-runtime@0.0.89.json @@ -0,0 +1,8 @@ +{ + "format": "global", + "shim": { + "traceur-runtime": { + "exports": "$traceurRuntime" + } + } +} diff --git a/package-overrides/github/jmcriffey/bower-traceur@0.0.89.json b/package-overrides/github/jmcriffey/bower-traceur@0.0.89.json new file mode 100644 index 0000000..d897ca8 --- /dev/null +++ b/package-overrides/github/jmcriffey/bower-traceur@0.0.89.json @@ -0,0 +1,8 @@ +{ + "format": "global", + "shim": { + "traceur": { + "exports": "traceur" + } + } +} diff --git a/package-overrides/github/julianshapiro/velocity@1.1.2.json b/package-overrides/github/julianshapiro/velocity@1.1.2.json new file mode 100644 index 0000000..c5c1d06 --- /dev/null +++ b/package-overrides/github/julianshapiro/velocity@1.1.2.json @@ -0,0 +1,10 @@ +{ + "main": "velocity.js", + "files": [ + "velocity.js", + "velocity.min.js", + "velocity.ui.js", + "velocity.ui.min.js" + ], + "format": "global" +} \ No newline at end of file diff --git a/package-overrides/github/zurb/bower-foundation@5.0.2.json b/package-overrides/github/zurb/bower-foundation@5.0.2.json index c58a7eb..248a192 100644 --- a/package-overrides/github/zurb/bower-foundation@5.0.2.json +++ b/package-overrides/github/zurb/bower-foundation@5.0.2.json @@ -2,7 +2,12 @@ "main": "js/foundation/foundation", "shim": { "js/foundation/foundation.*": "./foundation", - "js/foundation/foundation": ["jquery", "../vendor/custom.modernizr"] + "js/foundation/foundation": { + "deps": ["jquery", "../vendor/custom.modernizr"] + } + }, + "dependencies": { + "jquery": "github:components/jquery" }, "ignore": [ "js/foundation.min.js", diff --git a/package-overrides/github/zurb/bower-foundation@5.5.1.json b/package-overrides/github/zurb/bower-foundation@5.5.1.json index 49e73c9..c279d7e 100644 --- a/package-overrides/github/zurb/bower-foundation@5.5.1.json +++ b/package-overrides/github/zurb/bower-foundation@5.5.1.json @@ -8,6 +8,9 @@ "exports": "Foundation" } }, + "dependencies": { + "jquery": "github:components/jquery" + }, "ignore": [ "js/foundation.min.js", "js/vendor/jquery.cookie.js", diff --git a/registry.json b/registry.json index 2fd5181..40928b1 100644 --- a/registry.json +++ b/registry.json @@ -115,6 +115,7 @@ "bootstrap-wizard": "github:gwrey/bootstrap-wizard", "breeze": "npm:breeze-client", "buffer": "github:jspm/nodelibs-buffer", + "chai": "npm:chai", "chart": "github:nnnick/Chart.js", "child_process": "github:jspm/nodelibs-child_process", "chosen": "github:harvesthq/chosen", @@ -131,6 +132,7 @@ "curl": "github:cujojs/curl", "d3": "github:mbostock/d3", "datatables": "github:DataTables/DataTables", + "debug": "github:visionmedia/debug", "decimal.js": "github:MikeMcl/decimal.js", "dgram": "github:jspm/nodelibs-dgram", "di": "github:angular/di.js", @@ -195,6 +197,7 @@ "js-beautify": "github:beautify-web/js-beautify", "js.edgar": "npm:js.edgar", "jsfromhell": "github:jonasraoni/JSFromHell", + "jsol": "github:daepark/JSOL", "jsplumb": "github:sporritt/jsPlumb", "js-scrypt": "github:tonyg/js-scrypt", "kickstrap": "github:ajkochanowicz/Kickstrap", @@ -215,6 +218,7 @@ "meld": "github:cujojs/meld", "microplugin": "npm:microplugin", "minivents": "github:allouis/minivents", + "mithril": "npm:mithril", "mixing": "npm:mixing", "mocha": "npm:mocha", "modernizr": "github:Modernizr/Modernizr", @@ -222,6 +226,7 @@ "moment": "github:moment/moment", "moment-json-parser": "npm:moment-json-parser", "mongoose": "github:gavinaiken/mongoose-browser", + "moonridge-client": "github:capaj/Moonridge-client", "mq4-hover-shim": "npm:mq4-hover-shim", "msgs": "github:cujojs/msgs", "mustache": "github:janl/mustache.js", @@ -313,6 +318,7 @@ "url": "github:jspm/nodelibs-url", "util": "github:jspm/nodelibs-util", "vm": "github:jspm/nodelibs-vm", + "velocity": "github:julianshapiro/velocity", "vertxbus": "github:larrytin/bower-vertxbus", "virtual-dom": "npm:virtual-dom", "vue": "npm:vue",