Add bootstrap3-dialog to registry, with overrides

This commit is contained in:
Nicklas Börjesson
2015-08-01 18:48:09 +02:00
parent 4308d768e8
commit 05030cfefe
2 changed files with 17 additions and 0 deletions
@@ -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"]
}
+1
View File
@@ -130,6 +130,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",