Files
jspm-registry/package-overrides/github/twbs/bootstrap@4.0.0-alpha.2.json
T

23 lines
355 B
JSON

{
"main": "js/bootstrap",
"files": null,
"ignore": [
"dist/js/npm"
],
"directories": {
"lib": "dist"
},
"shim": {
"js/bootstrap": {
"deps": [
"jquery",
"tether"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "github:components/jquery",
"tether": "github:HubSpot/tether"
}
}