veyron-browser: Using Rework vars and import plugins to setup theming and
some common css variables like common sizes and reset CSS.

Change-Id: I2d43dfbd1975f2e417044c7b2b6b13dc1a0024f6
diff --git a/package.json b/package.json
index ab95fe4..47d650c 100644
--- a/package.json
+++ b/package.json
@@ -7,15 +7,18 @@
     "preinstall": "npm install --production $VEYRON_ROOT/veyron.js"
   },
   "devDependencies": {
+    "bower": "~1.3.9",
     "browserify": "^4.2.3",
     "exorcist": "^0.1.6",
     "jshint": "^2.5.2",
     "prova": "^1.14.0",
     "proxyquireify": "^0.5.0",
+    "rework": "^1.0.0",
+    "rework-import": "^1.2.0",
+    "rework-vars": "^3.1.1",
     "serve": "^1.4.0",
     "through2": "^0.5.1",
-    "vulcanize": "^0.3.1",
-    "bower": "~1.3.9"
+    "vulcanize": "^0.3.1"
   },
   "dependencies": {
     "debug": "^1.0.4",