2013-08-22 13:31:59 +02:00
|
|
|
{
|
2013-08-22 15:21:44 +02:00
|
|
|
"jquery": {
|
|
|
|
|
"location": "github:components/jquery",
|
|
|
|
|
"main": "jquery"
|
2013-08-22 15:37:23 +02:00
|
|
|
},
|
2013-08-29 08:29:38 +02:00
|
|
|
"angular": {
|
|
|
|
|
"location": "cdnjs:angular.js/1.1.5",
|
|
|
|
|
"main": "angular"
|
|
|
|
|
},
|
|
|
|
|
"angular-ui": {
|
|
|
|
|
"location": "cdnjs:angular-ui/0.4.0",
|
|
|
|
|
"main": "angular-ui",
|
2013-08-29 08:44:47 +02:00
|
|
|
"depends": ["./angular-ui.css!"]
|
2013-08-29 08:29:38 +02:00
|
|
|
},
|
2013-09-10 07:43:37 +02:00
|
|
|
|
|
|
|
|
// Bootstrap
|
|
|
|
|
|
2013-08-22 15:37:23 +02:00
|
|
|
"bootstrap": {
|
2013-09-08 18:50:42 +02:00
|
|
|
"location": "github:twbs/bootstrap@3.0.0",
|
2013-09-07 13:26:25 +02:00
|
|
|
"main": "dist/js/bootstrap",
|
2013-09-09 07:58:29 +02:00
|
|
|
"depends": ["../css/bootstrap.css!", "jspm:jquery"]
|
2013-08-26 08:08:53 +02:00
|
|
|
},
|
2013-09-10 07:43:37 +02:00
|
|
|
|
|
|
|
|
"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"]
|
|
|
|
|
},
|
2013-09-07 09:52:29 +02:00
|
|
|
"bootstrap.button": {
|
2013-09-08 18:50:42 +02:00
|
|
|
"location": "github:twbs/bootstrap@3.0.0",
|
2013-09-07 09:52:29 +02:00
|
|
|
"main": "js/button",
|
|
|
|
|
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
2013-09-07 13:06:09 +02:00
|
|
|
},
|
2013-09-10 07:43:37 +02:00
|
|
|
"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"]
|
|
|
|
|
},
|
|
|
|
|
|
2013-08-26 08:08:53 +02:00
|
|
|
"webfont": {
|
2013-08-26 12:56:56 +02:00
|
|
|
"location": "cdnjs:webfont/1.3.0",
|
2013-08-26 08:08:53 +02:00
|
|
|
"main": "webfont"
|
2013-08-22 15:21:44 +02:00
|
|
|
}
|
|
|
|
|
}
|