Merge pull request #360 from delebash/master
add bootstrap material design
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user