Merge pull request #206 from bargosc/master

Added angular-ui-utils, jquery-autosize, angular-file-upload
This commit is contained in:
Guy Bedford
2015-02-17 15:12:28 +02:00
4 changed files with 37 additions and 0 deletions
@@ -0,0 +1,11 @@
{
"format": "global",
"dependencies": {
"angular": "^1.0.2"
},
"shim": {
"ui-utils": {
"deps": "angular"
}
}
}
@@ -0,0 +1,12 @@
{
"format": "global",
"main": "angular-file-upload",
"dependencies": {
"angular": "^1"
},
"shim": {
"angular-file-upload": {
"deps": "angular"
}
}
}
@@ -0,0 +1,11 @@
{
"format": "global",
"dependencies": {
"jquery": "*"
},
"shim": {
"jquery.autosize": {
"deps": "jquery"
}
}
}
+3
View File
@@ -18,6 +18,7 @@
"angular-bootstrap": "github:angular-ui/bootstrap-bower",
"angular-breadcrumb": "github:ncuillery/angular-breadcrumb",
"angular-cookies": "github:angular/bower-angular-cookies",
"angular-file-upload": "github:danialfarid/angular-file-upload-bower",
"angular-http-auth": "github:witoldsz/angular-http-auth",
"angular-loading-bar": "github:chieffancypants/angular-loading-bar",
"angular-locker": "github:tymondesigns/angular-locker",
@@ -36,6 +37,7 @@
"angular-ui-router-extras": "github:christopherthielen/ui-router-extras",
"angular-ui-select": "github:angular-ui/ui-select",
"angular-ui-tree": "github:angular-ui-tree/angular-ui-tree",
"angular-ui-utils": "github:angular-ui/ui-utils",
"any-http-angular": "npm:any-http-angular",
"any-http-jquery": "npm:any-http-jquery",
"any-http-reqwest": "npm:any-http-reqwest",
@@ -126,6 +128,7 @@
"jiff": "github:cujojs/jiff",
"joi": "github:capaj/joi-browser",
"jquery": "github:components/jquery",
"jquery-autosize": "github:jackmoore/autosize",
"jquery-file-upload": "github:blueimp/jQuery-File-Upload",
"jquery-hoverIntent": "github:briancherne/jquery-hoverIntent",
"jquery-pjax": "github:defunkt/jquery-pjax",