From b8f733d317203cf42bda66591fb0c8586792d4fa Mon Sep 17 00:00:00 2001 From: Tauren Mills Date: Wed, 8 Oct 2014 00:01:09 -0700 Subject: [PATCH 01/12] Add angular-ui-tree@2.1.5 to registry --- package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json | 3 +++ registry.json | 1 + 2 files changed, 4 insertions(+) create mode 100644 package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json diff --git a/package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json b/package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json new file mode 100644 index 0000000..997f4b1 --- /dev/null +++ b/package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json @@ -0,0 +1,3 @@ +{ + "main": "dist/angular-ui-tree.min" +} \ No newline at end of file diff --git a/registry.json b/registry.json index f85cad5..a8a265e 100644 --- a/registry.json +++ b/registry.json @@ -14,6 +14,7 @@ "angular-material": "github:angular/bower-material", "angular-ui-router": "github:angular-ui/ui-router", "angular-ui-router-extras": "github:christopherthielen/ui-router-extras", + "angular-ui-tree": "github:JimLiu/angular-ui-tree", "angularFire": "github:firebase/angularFire", "backbone": "npm:backbone", "backbone.babysitter": "github:marionettejs/backbone.babysitter", From f1b0772fe3a6bb3071263eef9bd7338b5407c2c6 Mon Sep 17 00:00:00 2001 From: Tauren Mills Date: Wed, 8 Oct 2014 00:03:26 -0700 Subject: [PATCH 02/12] Add ng-multi-transclude@0.1.1 to registry --- .../github/zachsnow/ng-multi-transclude@0.1.1.json | 3 +++ registry.json | 1 + 2 files changed, 4 insertions(+) create mode 100644 package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json diff --git a/package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json b/package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json new file mode 100644 index 0000000..290b9aa --- /dev/null +++ b/package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json @@ -0,0 +1,3 @@ +{ + "main": "src/multi-transclude" +} \ No newline at end of file diff --git a/registry.json b/registry.json index a8a265e..0c3ef5e 100644 --- a/registry.json +++ b/registry.json @@ -58,6 +58,7 @@ "moment": "github:moment/moment", "msgs": "github:cujojs/msgs", "mustache": "github:janl/mustache.js", + "ng-multi-transclude": "github:zachsnow/ng-multi-transclude", "nprogress": "github:rstacruz/nprogress", "nodelibs": "github:jspm/nodelibs", "parallax": "github:wagerfield/parallax", From bfdfd2c23b99bd5874120500895ebf93aaf9021d Mon Sep 17 00:00:00 2001 From: Tauren Mills Date: Wed, 8 Oct 2014 10:57:55 -0700 Subject: [PATCH 03/12] Add ng-multi-transclude@0.1.2 --- .../github/zachsnow/ng-multi-transclude@0.1.2.json | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 package-overrides/github/zachsnow/ng-multi-transclude@0.1.2.json diff --git a/package-overrides/github/zachsnow/ng-multi-transclude@0.1.2.json b/package-overrides/github/zachsnow/ng-multi-transclude@0.1.2.json new file mode 100644 index 0000000..290b9aa --- /dev/null +++ b/package-overrides/github/zachsnow/ng-multi-transclude@0.1.2.json @@ -0,0 +1,3 @@ +{ + "main": "src/multi-transclude" +} \ No newline at end of file From 70371a12373931410591417d98001e4d3514e508 Mon Sep 17 00:00:00 2001 From: Tauren Mills Date: Wed, 8 Oct 2014 13:26:29 -0700 Subject: [PATCH 04/12] Update angular-ui-tree override to include directories.lib --- package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json b/package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json index 997f4b1..092541b 100644 --- a/package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json +++ b/package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json @@ -1,3 +1,6 @@ { - "main": "dist/angular-ui-tree.min" -} \ No newline at end of file + "main": "angular-ui-tree.min", + "directories": { + "lib": "dist" + } +} From 39e3fadb4457f501730567fdd590c3b9f513c7b7 Mon Sep 17 00:00:00 2001 From: Tauren Mills Date: Wed, 8 Oct 2014 13:27:05 -0700 Subject: [PATCH 05/12] Update ng-multi-transclude override to include directories.lib, remove unnecessary 0.1.2 override --- .../github/zachsnow/ng-multi-transclude@0.1.1.json | 7 +++++-- .../github/zachsnow/ng-multi-transclude@0.1.2.json | 3 --- 2 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 package-overrides/github/zachsnow/ng-multi-transclude@0.1.2.json diff --git a/package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json b/package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json index 290b9aa..9146607 100644 --- a/package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json +++ b/package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json @@ -1,3 +1,6 @@ { - "main": "src/multi-transclude" -} \ No newline at end of file + "main": "multi-transclude", + "directories": { + "lib": "src" + } +} diff --git a/package-overrides/github/zachsnow/ng-multi-transclude@0.1.2.json b/package-overrides/github/zachsnow/ng-multi-transclude@0.1.2.json deleted file mode 100644 index 290b9aa..0000000 --- a/package-overrides/github/zachsnow/ng-multi-transclude@0.1.2.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "main": "src/multi-transclude" -} \ No newline at end of file From 2f679c0d804b7ba84953f0160d7d6976fa542225 Mon Sep 17 00:00:00 2001 From: Joseph Orbegoso Pea Date: Thu, 9 Oct 2014 13:51:16 -0700 Subject: [PATCH 06/12] Added Famo.us dependencies and overrides. Sorted the package list. Added my fork of Famo.us, trusktr-famous. --- .../github/Famous/famous-angular@0.4.0.json | 16 +++++++++++++++ .../github/Famous/famous@0.3.0.json | 14 +++++++++++++ registry.json | 20 ++++++++++--------- 3 files changed, 41 insertions(+), 9 deletions(-) create mode 100644 package-overrides/github/Famous/famous-angular@0.4.0.json create mode 100644 package-overrides/github/Famous/famous@0.3.0.json diff --git a/package-overrides/github/Famous/famous-angular@0.4.0.json b/package-overrides/github/Famous/famous-angular@0.4.0.json new file mode 100644 index 0000000..85b4bcd --- /dev/null +++ b/package-overrides/github/Famous/famous-angular@0.4.0.json @@ -0,0 +1,16 @@ +{ + "directories" : { + "lib": "dist" + }, + "main": "famous-angular", + "dependencies": { + "famous": "^0.3.0", + "angular": "^1.2.0", + "css": "^0.1.0" + }, + "shim": { + "famous-angular": { + "deps": ["./famous-angular.css!"] + } + } +} diff --git a/package-overrides/github/Famous/famous@0.3.0.json b/package-overrides/github/Famous/famous@0.3.0.json new file mode 100644 index 0000000..328b8a3 --- /dev/null +++ b/package-overrides/github/Famous/famous@0.3.0.json @@ -0,0 +1,14 @@ +{ + "directories": { + "lib": "src" + }, + "dependencies": { + "famous-polyfills": "^0.3.0", + "css": "^0.1.0" + }, + "shim": { + "*/*": { + "deps": ["famous-polyfills", "../core/famous.css!"] + } + } +} diff --git a/registry.json b/registry.json index d956669..49ee31f 100644 --- a/registry.json +++ b/registry.json @@ -1,17 +1,17 @@ { "css": "github:systemjs/plugin-css", + "font": "github:guybedford/system-font", "image": "github:systemjs/plugin-image", "json": "github:systemjs/plugin-json", - "text": "github:systemjs/plugin-text", - "font": "github:guybedford/system-font", "md": "github:guybedford/system-md", + "text": "github:systemjs/plugin-text", "ace": "github:ajaxorg/ace-builds", "angular": "github:angular/bower-angular", - "angular-mocks": "github:angular/bower-angular-mocks", - "angular-cookies": "github:angular/bower-angular-cookies", "angular-animate": "github:angular/bower-angular-animate", + "angular-cookies": "github:angular/bower-angular-cookies", "angular-material": "github:angular/bower-material", + "angular-mocks": "github:angular/bower-angular-mocks", "angular-ui-router": "github:angular-ui/ui-router", "angular-ui-router-extras": "github:christopherthielen/ui-router-extras", "angular-ui-tree": "github:JimLiu/angular-ui-tree", @@ -20,8 +20,8 @@ "backbone.babysitter": "github:marionettejs/backbone.babysitter", "backbone.wreqr": "github:marionettejs/backbone.wreqr", "bootstrap": "github:twbs/bootstrap", - "chosen": "github:harvesthq/chosen", "chart": "github:nnnick/Chart.js", + "chosen": "github:harvesthq/chosen", "cola": "github:cujojs/cola", "cram": "github:cujojs/cram", "curl": "github:cujojs/curl", @@ -30,9 +30,9 @@ "dropzone": "github:enyo/dropzone", "ember": "github:components/ember", "ember-data": "github:components/ember-data", - "test.js": "github:some/test", "famous": "github:Famous/famous", "famous-angular": "github:Famous/famous-angular", + "famous-polyfills": "github:Famous/polyfills", "font-awesome": "npm:font-awesome", "foundation": "github:zurb/bower-foundation", "hammer": "github:hammerjs/hammer.js", @@ -59,25 +59,27 @@ "msgs": "github:cujojs/msgs", "mustache": "github:janl/mustache.js", "ng-multi-transclude": "github:zachsnow/ng-multi-transclude", - "nprogress": "github:rstacruz/nprogress", "nodelibs": "github:jspm/nodelibs", + "nprogress": "github:rstacruz/nprogress", "parallax": "github:wagerfield/parallax", "pikaday": "github:dbushell/Pikaday", "poly": "github:cujojs/poly", "prism": "github:LeaVerou/prism", "quint": "github:jquery/qunit", - "ratchet": "github:maker/ratchet", "raphael": "github:DmitryBaranovskiy/raphael", - "reqwest": "github:ded/reqwest", + "ratchet": "github:maker/ratchet", "react": "github:reactjs/react-bower", "react-router": "github:rackt/react-router", + "reqwest": "github:ded/reqwest", "respond": "github:scottjehl/Respond", "rest": "github:cujojs/rest", "select2": "github:ivaynberg/select2", "showdown": "github:showdownjs/showdown", "skrollr": "github:Prinzhorn/skrollr", "spin": "github:fgnass/spin.js", + "test.js": "github:some/test", "tinygrowl": "github:ajkochanowicz/tinygrowl", + "trusktr-famous": "github:trusktr/famous", "typeahead": "github:twitter/typeahead.js", "underscore": "npm:underscore", "webfont": "github:components/webfontloader", From fdfeb15d57c565f1a928ca9bf9f83f8cfef5031e Mon Sep 17 00:00:00 2001 From: subesokun Date: Tue, 14 Oct 2014 14:04:53 +0200 Subject: [PATCH 07/12] Create bower-angular@1.3.0.json --- package-overrides/github/angular/bower-angular@1.3.0.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 package-overrides/github/angular/bower-angular@1.3.0.json diff --git a/package-overrides/github/angular/bower-angular@1.3.0.json b/package-overrides/github/angular/bower-angular@1.3.0.json new file mode 100644 index 0000000..291083b --- /dev/null +++ b/package-overrides/github/angular/bower-angular@1.3.0.json @@ -0,0 +1,8 @@ +{ + "main": "angular.min", + "shim": { + "angular.min": { + "exports": "angular" + } + } +} From 41f0574e1a56c4bee2163854f3c1463a03b8e5ef Mon Sep 17 00:00:00 2001 From: subesokun Date: Tue, 14 Oct 2014 14:07:27 +0200 Subject: [PATCH 08/12] Create bower-angular-animate@1.3.0.json --- .../angular/bower-angular-animate@1.3.0.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package-overrides/github/angular/bower-angular-animate@1.3.0.json diff --git a/package-overrides/github/angular/bower-angular-animate@1.3.0.json b/package-overrides/github/angular/bower-angular-animate@1.3.0.json new file mode 100644 index 0000000..b9aa7ae --- /dev/null +++ b/package-overrides/github/angular/bower-angular-animate@1.3.0.json @@ -0,0 +1,15 @@ +{ + "main": "angular-animate", + "shim": { + "angular-animate": { + "deps": ["angular"] + } + }, + "registry": "jspm", + "dependencies": { + "angular": "^1.3.0" + }, + "buildConfig": { + "minify": true + } +} From 095ecdb847717d1fac36e4056f5af3c745f83e9f Mon Sep 17 00:00:00 2001 From: subesokun Date: Tue, 14 Oct 2014 14:09:09 +0200 Subject: [PATCH 09/12] Create bower-angular-route@1.3.0.json --- .../github/angular/bower-angular-route@1.3.0.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 package-overrides/github/angular/bower-angular-route@1.3.0.json diff --git a/package-overrides/github/angular/bower-angular-route@1.3.0.json b/package-overrides/github/angular/bower-angular-route@1.3.0.json new file mode 100644 index 0000000..e8188f0 --- /dev/null +++ b/package-overrides/github/angular/bower-angular-route@1.3.0.json @@ -0,0 +1,15 @@ +{ + "main": "angular-route", + "shim": { + "angular-route": { + "deps": ["angular"] + } + }, + "registry": "jspm", + "dependencies": { + "angular": "^1.3.0" + }, + "buildConfig": { + "minify": true + } +} From 5f8d530a0f560b3605f83ed7586e6ef97ce49f45 Mon Sep 17 00:00:00 2001 From: Andreas Grimm Date: Tue, 14 Oct 2014 19:42:47 +0200 Subject: [PATCH 10/12] add pouchdb plus override (3.0.6) --- package-overrides/github/pouchdb/pouchdb@3.0.6.json | 3 +++ registry.json | 1 + 2 files changed, 4 insertions(+) create mode 100644 package-overrides/github/pouchdb/pouchdb@3.0.6.json diff --git a/package-overrides/github/pouchdb/pouchdb@3.0.6.json b/package-overrides/github/pouchdb/pouchdb@3.0.6.json new file mode 100644 index 0000000..3da34c4 --- /dev/null +++ b/package-overrides/github/pouchdb/pouchdb@3.0.6.json @@ -0,0 +1,3 @@ +{ + "main": "dist/pouchdb.min.js" +} diff --git a/registry.json b/registry.json index 49ee31f..48ad3ea 100644 --- a/registry.json +++ b/registry.json @@ -64,6 +64,7 @@ "parallax": "github:wagerfield/parallax", "pikaday": "github:dbushell/Pikaday", "poly": "github:cujojs/poly", + "pouchdb": "github:pouchdb/pouchdb", "prism": "github:LeaVerou/prism", "quint": "github:jquery/qunit", "raphael": "github:DmitryBaranovskiy/raphael", From 98791f1945e490abf004fdaa4e2c6068fe6b2d93 Mon Sep 17 00:00:00 2001 From: Guy Bedford Date: Wed, 15 Oct 2014 14:24:51 +0200 Subject: [PATCH 11/12] Update registry.json --- registry.json | 1 + 1 file changed, 1 insertion(+) diff --git a/registry.json b/registry.json index 48ad3ea..520545c 100644 --- a/registry.json +++ b/registry.json @@ -6,6 +6,7 @@ "md": "github:guybedford/system-md", "text": "github:systemjs/plugin-text", + "extra": "thing", "ace": "github:ajaxorg/ace-builds", "angular": "github:angular/bower-angular", "angular-animate": "github:angular/bower-angular-animate", From c232614db551b2aac13a9a59f5a6ee46fdfec2f7 Mon Sep 17 00:00:00 2001 From: Andreas Grimm Date: Wed, 15 Oct 2014 14:40:04 +0200 Subject: [PATCH 12/12] update angular material (override) and add angular aria to registry --- .../angular/bower-angular-aria@1.3.0.json | 15 +++++++++++++++ .../github/angular/bower-material@0.4.0.json | 18 ++++++++++++++++++ registry.json | 1 + 3 files changed, 34 insertions(+) create mode 100644 package-overrides/github/angular/bower-angular-aria@1.3.0.json create mode 100644 package-overrides/github/angular/bower-material@0.4.0.json diff --git a/package-overrides/github/angular/bower-angular-aria@1.3.0.json b/package-overrides/github/angular/bower-angular-aria@1.3.0.json new file mode 100644 index 0000000..d6c7194 --- /dev/null +++ b/package-overrides/github/angular/bower-angular-aria@1.3.0.json @@ -0,0 +1,15 @@ +{ + "main": "angular-aria", + "shim": { + "angular-aria": { + "deps": ["angular"] + } + }, + "registry": "jspm", + "dependencies": { + "angular": "^1.3.0" + }, + "buildConfig": { + "minify": true + } +} diff --git a/package-overrides/github/angular/bower-material@0.4.0.json b/package-overrides/github/angular/bower-material@0.4.0.json new file mode 100644 index 0000000..1ae862c --- /dev/null +++ b/package-overrides/github/angular/bower-material@0.4.0.json @@ -0,0 +1,18 @@ +{ + "main": "angular-material", + "shim": { + "angular-material": { + "deps": ["angular"] + } + }, + "registry": "jspm", + "dependencies": { + "angular": "^1.3.0", + "angular-animate": "^1.3.0", + "angular-aria": "^1.3.0", + "hammer": "^2.0.3" + }, + "buildConfig": { + "minify": true + } +} diff --git a/registry.json b/registry.json index 48ad3ea..9d6a96f 100644 --- a/registry.json +++ b/registry.json @@ -9,6 +9,7 @@ "ace": "github:ajaxorg/ace-builds", "angular": "github:angular/bower-angular", "angular-animate": "github:angular/bower-angular-animate", + "angular-aria": "github:angular/bower-angular-aria", "angular-cookies": "github:angular/bower-angular-cookies", "angular-material": "github:angular/bower-material", "angular-mocks": "github:angular/bower-angular-mocks",