Files
jspm-registry/package-overrides/github/twbs/bootstrap@4.0.0-alpha.json
T
2015-08-24 07:36:44 -04:00

22 lines
299 B
JSON

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