16 lines
328 B
JSON
16 lines
328 B
JSON
{
|
|
"jquery": {
|
|
"location": "github:components/jquery",
|
|
"main": "jquery"
|
|
},
|
|
"bootstrap": {
|
|
"location": "github:twbs/bootstrap",
|
|
"main": "dist/js/bootstrap",
|
|
"depends": ["../css/bootstrap.css!", "jspm:jquery"]
|
|
},
|
|
"webfont": {
|
|
"location": "cdnjs:webfont/1.3.1/webfont",
|
|
"main": "webfont"
|
|
}
|
|
}
|