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

14 lines
201 B
JSON

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