Create bootstrap@3.1.0.json

This commit is contained in:
Guy Bedford
2014-05-21 15:59:47 -07:00
parent c57b55f397
commit 83e3801c30
@@ -0,0 +1,12 @@
{
"registry": "jspm",
"dependencies": {
"jquery": "*"
},
"shim": {
"js/bootstrap": {
"deps": ["jquery"],
"exports": "$"
}
}
}