14 lines
201 B
JSON
14 lines
201 B
JSON
{
|
|
"registry": "jspm",
|
|
"dependencies": {
|
|
"jquery": "*",
|
|
"css": "*"
|
|
},
|
|
"shim": {
|
|
"js/bootstrap": {
|
|
"deps": ["jquery", "../css/bootstrap.css!"],
|
|
"exports": "$"
|
|
}
|
|
}
|
|
}
|