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"
}
}
+1
View File
@@ -102,6 +102,7 @@
"bignumber.js": "npm:bignumber.js",
"bluebird": "npm:bluebird",
"bootstrap": "github:twbs/bootstrap",
"bootstrap-material": "github:fezVrasta/bootstrap-material-design",
"bootstrap-slider": "github:seiyria/bootstrap-slider",
"bootstrap-wizard": "github:gwrey/bootstrap-wizard",
"breeze": "npm:breeze-client",