veyron-browser: Initial scaffold of the veyron-browse app using
Mercury.

This initial setup includes:
-Sidebar with navigation links to Browse and Help pages
-Browse page simply has two inputs and displays the value of
those inputs as they change. (ie. No actual functionality )
-Hash-based routing between the top level navigation
pages with History support.
-Build system

Change-Id: I9f7ee3b6dc13bc7685f5b14a0891353e9eacdaf1
diff --git a/bower.json b/bower.json
new file mode 100644
index 0000000..df95fef
--- /dev/null
+++ b/bower.json
@@ -0,0 +1,12 @@
+{
+  "name": "veyron-browser",
+  "dependencies": {
+    "core-drawer-panel": "Polymer/core-drawer-panel#~0.3.4",
+    "core-header-panel": "Polymer/core-header-panel#~0.3.4",
+    "core-item": "Polymer/core-item#~0.3.4",
+    "core-icons": "Polymer/core-icons#~0.3.4",
+    "core-menu": "Polymer/core-menu#~0.3.4",
+    "core-toolbar": "Polymer/core-toolbar#~0.3.4",
+    "paper-button": "Polymer/paper-button#~0.3.4"
+  }
+}