Remove bower.json

bower.json is an incomplete, outdated package list.
Remove it to not confuse people.
The current list could not be used to build the app.

Tested:  npm install  && npm run-script build
Change-Id: Iae1f9b255eec5027f5e2c1a7d98fd1850addae3f
Signed-off-by: Gunnar Mills <gmills@us.ibm.com>
diff --git a/.gitignore b/.gitignore
index 3a72cbb..6b852ff 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,5 @@
 npm-debug.log
 node_modules/
-bower_components/
 dist/
 target/
 .temp/
diff --git a/bower.json b/bower.json
deleted file mode 100644
index 88d0402..0000000
--- a/bower.json
+++ /dev/null
@@ -1,36 +0,0 @@
-{
-  "name": "openbmc-wires",
-  "description": "openbmc-wires",
-  "version": "0.0.1",
-  "dependencies": {
-    "angular": "1.5.6",
-    "angular-route": "1.5.6",
-    "angular-clipboard": "1.5.0",
-    "angularUtils-pagination": "angular-utils-pagination#^0.11.1"
-  },
-  "resolutions": {
-    "angular": "1.5.6"
-  },
-  "devDependencies": {},
-  "authors": [
-    {
-      "name": "Iftekharul Islam",
-      "email": "iislam@us.ibm.com"
-    }
-  ],
-  "license": "private",
-  "private": true,
-  "ignore": [
-    "node_modules",
-    "bower_components",
-    "config",
-    "test",
-    "target",
-    ".*",
-    "README*",
-    "karma.conf.js",
-    "gulpfile.js",
-    "bower.json",
-    "package.json"
-  ]
-}