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

20 lines
307 B
JSON

{
"main": "dist/js/bootstrap",
"files": null,
"ignore": [
"dist/js/npm"
],
"shim": {
"dist/js/bootstrap": {
"deps": [
"jquery",
"tether"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "*",
"tether": "github:HubSpot/tether@^1.1.1"
}
}