Project import generated by Copybara.
GitOrigin-RevId: 63746295f1a5ab5a619056791995793d65529e62
diff --git a/node_modules/material-design-lite/bower.json b/node_modules/material-design-lite/bower.json
new file mode 100644
index 0000000..2a826c9
--- /dev/null
+++ b/node_modules/material-design-lite/bower.json
@@ -0,0 +1,29 @@
+{
+ "name": "material-design-lite",
+ "version": "1.3.0",
+ "homepage": "https://github.com/google/material-design-lite",
+ "authors": [
+ "Material Design Lite team"
+ ],
+ "description": "Material Design Components in CSS, JS and HTML",
+ "main": [
+ "material.min.css",
+ "material.min.js"
+ ],
+ "keywords": [
+ "material",
+ "design",
+ "styleguide",
+ "style",
+ "guide"
+ ],
+ "license": "Apache-2",
+ "ignore": [
+ "**/.*",
+ "node_modules",
+ "bower_components",
+ "./lib/.bower_components",
+ "test",
+ "tests"
+ ]
+}