Files
jspm-registry/package-overrides/github/twbs/bootstrap@3.1.0.json
T

14 lines
183 B
JSON

{
"registry": "jspm",
"dependencies": {
"jquery": "*",
"css": "*"
},
"shim": {
"js/bootstrap": {
"deps": ["jquery", "css"],
"exports": "$"
}
}
}