Project import generated by Copybara.

GitOrigin-RevId: 63746295f1a5ab5a619056791995793d65529e62
diff --git a/node_modules/material-design-lite/package.json b/node_modules/material-design-lite/package.json
new file mode 100644
index 0000000..e2f4582
--- /dev/null
+++ b/node_modules/material-design-lite/package.json
@@ -0,0 +1,111 @@
+{
+  "_from": "material-design-lite",
+  "_id": "material-design-lite@1.3.0",
+  "_inBundle": false,
+  "_integrity": "sha1-0ATOP+6Zoe63Sni4oyUTSl8RcdM=",
+  "_location": "/material-design-lite",
+  "_phantomChildren": {},
+  "_requested": {
+    "type": "tag",
+    "registry": true,
+    "raw": "material-design-lite",
+    "name": "material-design-lite",
+    "escapedName": "material-design-lite",
+    "rawSpec": "",
+    "saveSpec": null,
+    "fetchSpec": "latest"
+  },
+  "_requiredBy": [
+    "#USER",
+    "/"
+  ],
+  "_resolved": "https://registry.npmjs.org/material-design-lite/-/material-design-lite-1.3.0.tgz",
+  "_shasum": "d004ce3fee99a1eeb74a78b8a325134a5f1171d3",
+  "_spec": "material-design-lite",
+  "_where": "/var/www/html/hores",
+  "author": {
+    "name": "Google"
+  },
+  "babel": {
+    "only": "gulpfile.babel.js",
+    "presets": [
+      "es2015"
+    ]
+  },
+  "bugs": {
+    "url": "https://github.com/google/material-design-lite/issues"
+  },
+  "bundleDependencies": false,
+  "deprecated": false,
+  "description": "Material Design Components in CSS, JS and HTML",
+  "devDependencies": {
+    "acorn": "^4.0.3",
+    "babel-core": "^6.20.0",
+    "babel-preset-es2015": "^6.18.0",
+    "browser-sync": "^2.2.3",
+    "chai": "^3.3.0",
+    "chai-jquery": "^2.0.0",
+    "del": "^2.0.2",
+    "drool": "^0.4.0",
+    "escodegen": "^1.6.1",
+    "google-closure-compiler": "",
+    "gulp": "^3.9.0",
+    "gulp-autoprefixer": "^3.0.2",
+    "gulp-cache": "^0.4.5",
+    "gulp-closure-compiler": "^0.4.0",
+    "gulp-concat": "^2.4.1",
+    "gulp-connect": "^5.0.0",
+    "gulp-css-inline-images": "^0.1.1",
+    "gulp-csso": "1.0.0",
+    "gulp-file": "^0.3.0",
+    "gulp-flatten": "^0.3.1",
+    "gulp-front-matter": "^1.2.2",
+    "gulp-header": "^1.2.2",
+    "gulp-if": "^2.0.0",
+    "gulp-iife": "^0.3.0",
+    "gulp-imagemin": "^3.1.0",
+    "gulp-jscs": "^4.0.0",
+    "gulp-jshint": "^2.0.4",
+    "gulp-load-plugins": "^1.3.0",
+    "gulp-marked": "^1.0.0",
+    "gulp-mocha-phantomjs": "^0.12.0",
+    "gulp-open": "^2.0.0",
+    "gulp-rename": "^1.2.0",
+    "gulp-replace": "^0.5.3",
+    "gulp-sass": "3.0.0",
+    "gulp-shell": "^0.5.2",
+    "gulp-size": "^2.0.0",
+    "gulp-sourcemaps": "^2.0.1",
+    "gulp-subtree": "^0.1.0",
+    "gulp-tap": "^0.1.3",
+    "gulp-uglify": "^2.0.0",
+    "gulp-util": "^3.0.4",
+    "gulp-zip": "^3.0.2",
+    "humanize": "0.0.9",
+    "jquery": "^3.1.1",
+    "jshint": "^2.9.4",
+    "jshint-stylish": "^2.2.1",
+    "merge-stream": "^1.0.0",
+    "mocha": "^3.0.2",
+    "prismjs": "0.0.1",
+    "run-sequence": "^1.0.2",
+    "swig": "^1.4.2",
+    "through2": "^2.0.0",
+    "vinyl-paths": "^2.0.0"
+  },
+  "engines": {
+    "node": ">=0.12.0"
+  },
+  "homepage": "https://github.com/google/material-design-lite#readme",
+  "license": "Apache-2.0",
+  "main": "dist/material.min.js",
+  "name": "material-design-lite",
+  "repository": {
+    "type": "git",
+    "url": "git+https://github.com/google/material-design-lite.git"
+  },
+  "scripts": {
+    "test": "gulp && git status | grep 'working directory clean' >/dev/null || (echo 'Please commit all changes generated by building'; exit 1)"
+  },
+  "version": "1.3.0"
+}