Added gulp support.

Gulp allows for sanitization before publication. It is similar to make
but has more features.

Change-Id: Ib4cd5042a5af4b63de9d0a5004c2b0c62cb5ca1d
diff --git a/client/package.json b/client/package.json
index f15889c..dd76077 100644
--- a/client/package.json
+++ b/client/package.json
@@ -15,6 +15,11 @@
   },
   "devDependencies": {
     "gulp": "^3.9.0",
+    "gulp-clean": "^0.3.1",
+    "gulp-closure-compiler-service": "^0.5.0",
+    "gulp-minify-css": "^1.2.1",
+    "gulp-minify-html": "^1.0.4",
+    "gulp-sourcemaps": "^1.5.2",
     "http-server": "^0.8.0"
   }
 }