new aliasing registry format
This commit is contained in:
+5
-82
@@ -1,84 +1,7 @@
|
|||||||
{
|
{
|
||||||
"jquery": {
|
"jquery": "github:components/jquery",
|
||||||
"location": "github:components/jquery",
|
"angular": "cdnjs:angular.js/{version=1.1.5}/angular",
|
||||||
"main": "jquery"
|
"angular-ui": "cdnjs:angular-ui/{version=0.4.0,0.3.8}",
|
||||||
},
|
"bootstrap": "github:twbs/bootstrap",
|
||||||
"angular": {
|
"webfont": "cdnjs:webfont{version=1.3.0}"
|
||||||
"location": "cdnjs:angular.js/1.1.5",
|
|
||||||
"main": "angular"
|
|
||||||
},
|
|
||||||
"angular-ui": {
|
|
||||||
"location": "cdnjs:angular-ui/0.4.0",
|
|
||||||
"main": "angular-ui",
|
|
||||||
"depends": ["./angular-ui.css!"]
|
|
||||||
},
|
|
||||||
"bootstrap": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "dist/js/bootstrap",
|
|
||||||
"depends": ["../css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"bootstrap.affix": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "js/affix",
|
|
||||||
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"bootstrap.alert": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "js/alert",
|
|
||||||
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"bootstrap.button": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "js/button",
|
|
||||||
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"bootstrap.carousel": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "js/carousel",
|
|
||||||
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"bootstrap.collapse": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "js/collapse",
|
|
||||||
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"bootstrap.dropdown": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "js/dropdown",
|
|
||||||
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"bootstrap.modal": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "js/modal",
|
|
||||||
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"bootstrap.popover": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "js/popover",
|
|
||||||
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"bootstrap.scrollspy": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "js/scrollspy",
|
|
||||||
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"bootstrap.tab": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "js/tab",
|
|
||||||
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"bootstrap.tooltip": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "js/tooltip",
|
|
||||||
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"bootstrap.transition": {
|
|
||||||
"location": "github:twbs/bootstrap",
|
|
||||||
"main": "js/transition",
|
|
||||||
"depends": ["../dist/css/bootstrap.css!", "jspm:jquery"]
|
|
||||||
},
|
|
||||||
"webfont": {
|
|
||||||
"location": "cdnjs:webfont/1.3.0",
|
|
||||||
"main": "webfont"
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user