Adding the rest of bootstrap's components

This commit is contained in:
Jarreddebeer
2013-09-10 07:43:37 +02:00
parent e342b4412c
commit e6a2b0809c
+60
View File
@@ -12,16 +12,76 @@
"main": "angular-ui",
"depends": ["./angular-ui.css!"]
},
// Bootstrap
"bootstrap": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "dist/js/bootstrap",
"depends": ["../css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.affix": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "js/affix",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.alert": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "js/alert",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.button": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "js/button",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.carousel": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "js/carousel",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.collapse": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "js/collapse",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.dropdown": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "js/dropdown",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.modal": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "js/modal",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.popover": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "js/popover",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.scrollspy": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "js/scrollspy",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.tab": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "js/tab",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.tooltip": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "js/tooltip",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
},
"bootstrap.transition": {
"location": "github:twbs/bootstrap@3.0.0",
"main": "js/transition",
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
},
"webfont": {
"location": "cdnjs:webfont/1.3.0",
"main": "webfont"