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"
}
}
+1
View File
@@ -104,6 +104,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",