diff --git a/etc/config/gcc-explorer.defaults.properties b/etc/config/gcc-explorer.defaults.properties
index 7054507f11fc66b37dab9b7a3ccb3ca755a0065b..4049186b2a78241d2a26339fc3dd9983337ab22c 100644
--- a/etc/config/gcc-explorer.defaults.properties
+++ b/etc/config/gcc-explorer.defaults.properties
@@ -1,2 +1,2 @@
 port=10240
-compilers=/usr/bin/g++-4.4:/usr/bin/g++-4.5:/usr/bin/g++-4.6
+compilers=/usr/bin/g++:/usr/bin/g++-4.4:/usr/bin/g++-4.5:/usr/bin/g++-4.6
diff --git a/package.json b/package.json
index 580dedb55f1d4ac1dc342bb33ae917c5a8162363..e520d611d48b494af1c4fc03221283337f3baf6c 100644
--- a/package.json
+++ b/package.json
@@ -8,14 +8,15 @@
   },
   "main": "./app.js",
   "dependencies": {
-      "connect": "1.7.x",
-      "async": "0.1.x",
-      "mustache": "0.4.x",
-      "nopt": "1.0.x",
-      "temp": "0.4.x"
+    "connect": "1.7.x",
+    "async": "0.1.x",
+    "mustache": "0.4.x",
+    "nopt": "1.0.x",
+    "temp": "0.4.x",
+    "mime": "1.2.9"
   },
   "devDependencies": {
-      "supervisor": "0.2.x"
+    "supervisor": "0.2.x"
   },
   "license": "BSD-2-Clause"
 }