-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/dashboard-ui/bower_components/paper-fab/test/index.html b/dashboard-ui/bower_components/paper-fab/test/index.html
deleted file mode 100644
index 9f9021424f..0000000000
--- a/dashboard-ui/bower_components/paper-fab/test/index.html
+++ /dev/null
@@ -1,26 +0,0 @@
-
-
-
-
-
-
- paper-fab tests
-
-
-
-
-
-
diff --git a/dashboard-ui/bower_components/paper-material/.bower.json b/dashboard-ui/bower_components/paper-material/.bower.json
deleted file mode 100644
index 76995ae72f..0000000000
--- a/dashboard-ui/bower_components/paper-material/.bower.json
+++ /dev/null
@@ -1,44 +0,0 @@
-{
- "name": "paper-material",
- "version": "1.0.6",
- "description": "A material design container that looks like a lifted sheet of paper",
- "private": true,
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "web-component",
- "polymer",
- "paper",
- "container"
- ],
- "main": "paper-material.html",
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-material"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-material",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "paper-styles": "polymerelements/paper-styles#^1.0.0"
- },
- "devDependencies": {
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "web-component-tester": "^4.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
- },
- "_release": "1.0.6",
- "_resolution": {
- "type": "version",
- "tag": "v1.0.6",
- "commit": "6aef0896fcbc25f9f5bd1dd55f7679e6ab7f92ad"
- },
- "_source": "git://github.com/PolymerElements/paper-material.git",
- "_target": "^1.0.0",
- "_originalSource": "PolymerElements/paper-material"
-}
\ No newline at end of file
diff --git a/dashboard-ui/bower_components/paper-material/.gitignore b/dashboard-ui/bower_components/paper-material/.gitignore
deleted file mode 100644
index 8d4ae2536a..0000000000
--- a/dashboard-ui/bower_components/paper-material/.gitignore
+++ /dev/null
@@ -1 +0,0 @@
-bower_components
diff --git a/dashboard-ui/bower_components/paper-material/.travis.yml b/dashboard-ui/bower_components/paper-material/.travis.yml
deleted file mode 100644
index 1834edcaec..0000000000
--- a/dashboard-ui/bower_components/paper-material/.travis.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-language: node_js
-sudo: false
-before_script:
- - npm install -g bower polylint web-component-tester
- - bower install
- - polylint
-env:
- global:
- - secure: PEaqY+YpV0ZhnQbJlNQbmfIFLqy7UvvCtii0sPoGKT5/P7ulMqMOPQV9l/zLAtYi14HEz63FKLqDrpnGaVe7Cz7jtt2WRWrWqTBdarqwSHs73Z2XqztD1+2wW6vgz/lfK00B8UplAk28B7d5dbWzwUF6Kg02zOfQMsawMpulFjo=
- - secure: f/3XYrYjM8aXLe9kqM/MjHQ6IEsDRuoxDqM+l2JiR3v2Nw7lP6ZyXSNvKm8bN+VNU7ubSzAmRbUGnRU7e61BhnGzuLXjOqxYeJLWZaqoSm9TDz3re3rd7wB2ddAhRokeSSPO2KeAgr6C02P9M3Au1DiO1G66fuWVH62WtzW4+qY=
- - CXX=g++-4.8
-node_js: stable
-addons:
- firefox: latest
- apt:
- sources:
- - google-chrome
- - ubuntu-toolchain-r-test
- packages:
- - google-chrome-stable
- - g++-4.8
- sauce_connect: true
-script:
- - xvfb-run wct
- - "if [ \"${TRAVIS_PULL_REQUEST}\" = \"false\" ]; then wct -s 'default'; fi"
diff --git a/dashboard-ui/bower_components/paper-material/CONTRIBUTING.md b/dashboard-ui/bower_components/paper-material/CONTRIBUTING.md
deleted file mode 100644
index 7b10141565..0000000000
--- a/dashboard-ui/bower_components/paper-material/CONTRIBUTING.md
+++ /dev/null
@@ -1,72 +0,0 @@
-
-
-# Polymer Elements
-## Guide for Contributors
-
-Polymer Elements are built in the open, and the Polymer authors eagerly encourage any and all forms of community contribution. When contributing, please follow these guidelines:
-
-### Filing Issues
-
-**If you are filing an issue to request a feature**, please provide a clear description of the feature. It can be helpful to describe answers to the following questions:
-
- 1. **Who will use the feature?** _“As someone filling out a form…”_
- 2. **When will they use the feature?** _“When I enter an invalid value…”_
- 3. **What is the user’s goal?** _“I want to be visually notified that the value needs to be corrected…”_
-
-**If you are filing an issue to report a bug**, please provide:
-
- 1. **A clear description of the bug and related expectations.** Consider using the following example template for reporting a bug:
-
- ```markdown
- The `paper-foo` element causes the page to turn pink when clicked.
-
- ## Expected outcome
-
- The page stays the same color.
-
- ## Actual outcome
-
- The page turns pink.
-
- ## Steps to reproduce
-
- 1. Put a `paper-foo` element in the page.
- 2. Open the page in a web browser.
- 3. Click the `paper-foo` element.
- ```
-
- 2. **A reduced test case that demonstrates the problem.** If possible, please include the test case as a JSBin. Start with this template to easily import and use relevant Polymer Elements: [http://jsbin.com/cagaye](http://jsbin.com/cagaye/edit?html,output).
-
- 3. **A list of browsers where the problem occurs.** This can be skipped if the problem is the same across all browsers.
-
-### Submitting Pull Requests
-
-**Before creating a pull request**, please ensure that an issue exists for the corresponding change in the pull request that you intend to make. **If an issue does not exist, please create one per the guidelines above**. The goal is to discuss the design and necessity of the proposed change with Polymer authors and community before diving into a pull request.
-
-When submitting pull requests, please provide:
-
- 1. **A reference to the corresponding issue** or issues that will be closed by the pull request. Please refer to these issues using the following syntax:
-
- ```markdown
- (For a single issue)
- Fixes #20
-
- (For multiple issues)
- Fixes #32, #40
- ```
-
- 2. **A succinct description of the design** used to fix any related issues. For example:
-
- ```markdown
- This fixes #20 by removing styles that leaked which would cause the page to turn pink whenever `paper-foo` is clicked.
- ```
-
- 3. **At least one test for each bug fixed or feature added** as part of the pull request. Pull requests that fix bugs or add features without accompanying tests will not be considered.
-
-If a proposed change contains multiple commits, please [squash commits](https://www.google.com/url?q=http://blog.steveklabnik.com/posts/2012-11-08-how-to-squash-commits-in-a-github-pull-request) to as few as is necessary to succinctly express the change. A Polymer author can help you squash commits, so don’t be afraid to ask us if you need help with that!
diff --git a/dashboard-ui/bower_components/paper-material/bower.json b/dashboard-ui/bower_components/paper-material/bower.json
deleted file mode 100644
index 40895d2d4c..0000000000
--- a/dashboard-ui/bower_components/paper-material/bower.json
+++ /dev/null
@@ -1,35 +0,0 @@
-{
- "name": "paper-material",
- "version": "1.0.6",
- "description": "A material design container that looks like a lifted sheet of paper",
- "private": true,
- "authors": [
- "The Polymer Authors"
- ],
- "keywords": [
- "web-components",
- "web-component",
- "polymer",
- "paper",
- "container"
- ],
- "main": "paper-material.html",
- "repository": {
- "type": "git",
- "url": "git://github.com/PolymerElements/paper-material"
- },
- "license": "http://polymer.github.io/LICENSE.txt",
- "homepage": "https://github.com/PolymerElements/paper-material",
- "ignore": [],
- "dependencies": {
- "polymer": "Polymer/polymer#^1.1.0",
- "paper-styles": "polymerelements/paper-styles#^1.0.0"
- },
- "devDependencies": {
- "webcomponentsjs": "webcomponents/webcomponentsjs#^0.7.0",
- "iron-demo-helpers": "PolymerElements/iron-demo-helpers#^1.0.0",
- "web-component-tester": "^4.0.0",
- "test-fixture": "polymerelements/test-fixture#^1.0.0",
- "iron-component-page": "PolymerElements/iron-component-page#^1.0.0"
- }
-}
diff --git a/dashboard-ui/bower_components/paper-material/demo/index.html b/dashboard-ui/bower_components/paper-material/demo/index.html
deleted file mode 100644
index c0b6d39415..0000000000
--- a/dashboard-ui/bower_components/paper-material/demo/index.html
+++ /dev/null
@@ -1,84 +0,0 @@
-
-
-
-
- paper-material demo
-
-
-
-
-
-
-
-
-
-
-
-
-
-