13 lines
160 B
JSON
13 lines
160 B
JSON
{
|
|
"registry": "jspm",
|
|
"dependencies": {
|
|
"jquery": "*"
|
|
},
|
|
"shim": {
|
|
"js/bootstrap": {
|
|
"deps": ["jquery"],
|
|
"exports": "$"
|
|
}
|
|
}
|
|
}
|