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

20 lines
323 B
JSON
Raw Normal View History

2016-06-10 19:03:25 +08:00
{
"main": "dist/js/bootstrap",
2016-06-11 15:07:31 +02:00
"jspmNodeConversion": false,
2016-06-10 19:03:25 +08:00
"directories": {
"lib": "."
},
"shim": {
"dist/js/bootstrap": {
"deps": [
"jquery",
"tether"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "*",
"tether": "github:HubSpot/tether@^1.1.1"
}
}