Merge pull request #510 from OptimalBPM/master

Add bootstrap3-dialog, Angular Schema Form ecosystem
This commit is contained in:
Guy Bedford
2015-08-01 21:34:41 +02:00
6 changed files with 34 additions and 0 deletions
@@ -0,0 +1,3 @@
{
"main": ["bootstrap-colorpicker.min.js"]
}
@@ -0,0 +1,3 @@
{
"main": ["bootstrap-datepicker.min.js"]
}
@@ -0,0 +1,3 @@
{
"main": ["bootstrap-fontpicker.min.js"]
}
@@ -0,0 +1,3 @@
{
"main": ["schema-form.min.js", "bootstrap-decorator.min.js"]
}
@@ -0,0 +1,16 @@
{
"main": "dist/js/bootstrap-dialog",
"shim": {
"dist/js/bootstrap-dialog": {
"deps": [
"bootstrap"
],
"exports": "BootstrapDialog"
}
},
"dependencies": {
"bootstrap": "github:twbs/bootstrap"
},
"files": ["dist/css", "dist/fonts", "dist/js"]
}
+6
View File
@@ -49,6 +49,11 @@
"angular-restmod": "github:platanus/angular-restmod",
"angular-route": "github:angular/bower-angular-route",
"angular-sanitize": "github:angular/bower-angular-sanitize",
"angular-schema-form": "github:Textalk/angular-schema-form",
"angular-schema-form-colorpicker": "github:Textalk/angular-schema-form-colorpicker",
"angular-schema-form-datepicker": "github:Textalk/angular-schema-form-datepicker",
"angular-schema-form-dynamic-select": "npm:angular-schema-form-dynamic-select",
"angular-schema-form-fontpicker": "github:Textalk/angular-schema-form-fontpicker",
"angular-smart-table": "github:lorenzofox3/Smart-Table",
"angular-strap": "github:mgcrea/angular-strap",
"angular-subscribe": "github:kasperlewau/angular-subscribe",
@@ -130,6 +135,7 @@
"bootstrap-sass": "github:twbs/bootstrap-sass",
"bootstrap-slider": "github:seiyria/bootstrap-slider",
"bootstrap-wizard": "github:gwrey/bootstrap-wizard",
"bootstrap3-dialog": "github:nakupanda/bootstrap3-dialog",
"breeze": "npm:breeze-client",
"buffer": "github:jspm/nodelibs-buffer",
"chai": "npm:chai",