Add grunt and coherent styles
diff --git a/public/package.json b/public/package.json
new file mode 100755
index 0000000..a632a94
--- /dev/null
+++ b/public/package.json
@@ -0,0 +1,12 @@
+{
+  "name": "kalamar-static",
+  "version": "0.1.0",
+  "devDependencies": {
+    "grunt": "~0.4.1",
+    "grunt-contrib-concat": "^0.5.1",
+    "grunt-contrib-imagemin": "^0.9.4",
+    "grunt-contrib-sass": "^0.9.2",
+    "grunt-contrib-uglify": "^0.8.0",
+    "grunt-contrib-watch": "^0.6.1"
+  }
+}