Merge pull request #510 from OptimalBPM/master
Add bootstrap3-dialog, Angular Schema Form ecosystem
This commit is contained in:
@@ -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"]
|
||||||
|
}
|
||||||
@@ -49,6 +49,11 @@
|
|||||||
"angular-restmod": "github:platanus/angular-restmod",
|
"angular-restmod": "github:platanus/angular-restmod",
|
||||||
"angular-route": "github:angular/bower-angular-route",
|
"angular-route": "github:angular/bower-angular-route",
|
||||||
"angular-sanitize": "github:angular/bower-angular-sanitize",
|
"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-smart-table": "github:lorenzofox3/Smart-Table",
|
||||||
"angular-strap": "github:mgcrea/angular-strap",
|
"angular-strap": "github:mgcrea/angular-strap",
|
||||||
"angular-subscribe": "github:kasperlewau/angular-subscribe",
|
"angular-subscribe": "github:kasperlewau/angular-subscribe",
|
||||||
@@ -130,6 +135,7 @@
|
|||||||
"bootstrap-sass": "github:twbs/bootstrap-sass",
|
"bootstrap-sass": "github:twbs/bootstrap-sass",
|
||||||
"bootstrap-slider": "github:seiyria/bootstrap-slider",
|
"bootstrap-slider": "github:seiyria/bootstrap-slider",
|
||||||
"bootstrap-wizard": "github:gwrey/bootstrap-wizard",
|
"bootstrap-wizard": "github:gwrey/bootstrap-wizard",
|
||||||
|
"bootstrap3-dialog": "github:nakupanda/bootstrap3-dialog",
|
||||||
"breeze": "npm:breeze-client",
|
"breeze": "npm:breeze-client",
|
||||||
"buffer": "github:jspm/nodelibs-buffer",
|
"buffer": "github:jspm/nodelibs-buffer",
|
||||||
"chai": "npm:chai",
|
"chai": "npm:chai",
|
||||||
|
|||||||
Reference in New Issue
Block a user