Files
jspm-registry/package-overrides/github/Dogfalo/materialize@0.97.0.json
T
Adam Fisher fdb5647d49 Limit materialize to the dist directory
The entire repo is nearly 30MB, this change means we only include the
relevant parts in `jspm_packages`.
2015-08-27 17:44:38 +01:00

20 lines
322 B
JSON

{
"files": [
"dist"
],
"main": "dist/js/materialize",
"shim": {
"dist/js/materialize": {
"deps": [
"jquery",
"../css/materialize.css!"
],
"exports": "$"
}
},
"dependencies": {
"jquery": "github:components/jquery",
"css": "github:systemjs/plugin-css"
}
}