diff --git a/.gitignore b/.gitignore
index 3c3629e..236ce1d 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
 node_modules
+config.ini
diff --git a/package.json b/package.json
index 6db7043..39c4878 100644
--- a/package.json
+++ b/package.json
@@ -21,6 +21,7 @@
   "license": "BSD",
   "dependencies": {
     "redis": "~0.12.1",
-    "hiredis": "~0.3.0"
+    "hiredis": "~0.3.0",
+    "iniparser": "~1.0.5"
   }
 }