Merge pull request #360 from delebash/master

add bootstrap material design
This commit is contained in:
Guy Bedford
2015-04-27 13:13:38 +02:00
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"
}
}