bootstrap@4.0.0-alpha

This commit is contained in:
Jeremy Danyow
2015-08-24 07:36:44 -04:00
parent c0ddf6d532
commit a3efb64471
@@ -0,0 +1,21 @@
{
"main": "js/bootstrap",
"files": null,
"ignore": [
"dist/js/npm"
],
"directories": {
"lib": "dist"
},
"shim": {
"js/bootstrap": {
"deps": [
"jquery"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "github:components/jquery"
}
}