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

21 lines
336 B
JSON

{
"main": "dist/js/bootstrap.js",
"shim": {
"dist/js/bootstrap": {
"deps": [
"jquery"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "jspm:jquery@*"
},
"files": [
"dist",
"fonts",
"js",
"css"
]
}