Merge pull request #366 from delebash/master
added materialize css framework
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"main": "dist/js/materialize",
|
||||
"shim": {
|
||||
"dist/js/materialize": {
|
||||
"deps": [
|
||||
"jquery",
|
||||
"../css/materialize.css!"
|
||||
],
|
||||
"exports": "$"
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"jquery": "github:components/jquery",
|
||||
"css": "github:systemjs/plugin-css"
|
||||
}
|
||||
}
|
||||
@@ -199,6 +199,7 @@
|
||||
"marionette": "github:marionettejs/backbone.marionette",
|
||||
"masonry": "github:desandro/masonry",
|
||||
"material-design-icons": "github:google/material-design-icons",
|
||||
"materialize": "github:dogfalo/materialize",
|
||||
"meld": "github:cujojs/meld",
|
||||
"microplugin": "npm:microplugin",
|
||||
"minivents": "github:allouis/minivents",
|
||||
|
||||
Reference in New Issue
Block a user