From d76430ae09c88d08c1a909e2abc556f84b9771e1 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <gua@adhisimon.org> Date: Thu, 9 Apr 2015 22:04:16 +0700 Subject: [PATCH] config file --- .gitignore | 1 + package.json | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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" } } -- 1.9.0