Files
jspm-registry/registry.json
T

25 lines
532 B
JSON
Raw Normal View History

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-08-22 15:37:23 +02:00
"bootstrap": {
2013-08-22 17:33:41 +02:00
"location": "github:twbs/bootstrap",
2013-08-22 15:37:23 +02:00
"main": "dist/js/bootstrap",
2013-08-22 18:58:42 +02:00
"depends": ["../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
}
}