added bootstrap-material-design

This commit is contained in:
dan
2015-04-26 20:58:52 -04:00
parent 70c9936ed5
commit 860ebc26dc
2 changed files with 19 additions and 0 deletions
@@ -0,0 +1,18 @@
{
"main": "dist/js/material",
"shim": {
"dist/js/material": {
"deps": [
"jquery",
"../css/material.css!",
"../css/ripples.css!",
"./ripples"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
}
}