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/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..092541b --- /dev/null +++ b/package-overrides/github/JimLiu/angular-ui-tree@2.1.5.json @@ -0,0 +1,6 @@ +{ + "main": "angular-ui-tree.min", + "directories": { + "lib": "dist" + } +} 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 + } +} 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-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 + } +} 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" + } + } +} 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/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/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..9146607 --- /dev/null +++ b/package-overrides/github/zachsnow/ng-multi-transclude@0.1.1.json @@ -0,0 +1,6 @@ +{ + "main": "multi-transclude", + "directories": { + "lib": "src" + } +} diff --git a/registry.json b/registry.json index bd73018..9cf9ed2 100644 --- a/registry.json +++ b/registry.json @@ -1,26 +1,29 @@ { "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", + "extra": "thing", "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-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", "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", "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", @@ -29,9 +32,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", @@ -57,25 +60,29 @@ "moment": "github:moment/moment", "msgs": "github:cujojs/msgs", "mustache": "github:janl/mustache.js", - "nprogress": "github:rstacruz/nprogress", + "ng-multi-transclude": "github:zachsnow/ng-multi-transclude", "nodelibs": "github:jspm/nodelibs", + "nprogress": "github:rstacruz/nprogress", "parallax": "github:wagerfield/parallax", "pikaday": "github:dbushell/Pikaday", "poly": "github:cujojs/poly", + "pouchdb": "github:pouchdb/pouchdb", "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": "npm: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",