From 67b8ffaad0e9595735489c81ac78c0e52fe9dc0e Mon Sep 17 00:00:00 2001
From: Adhidarma Hadiwinoto <gua@adhisimon.org>
Date: Wed, 22 Jul 2015 12:30:36 +0700
Subject: [PATCH] require iniparser

---
 package.json | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package.json b/package.json
index e7438ca..2587ebe 100644
--- a/package.json
+++ b/package.json
@@ -18,6 +18,7 @@
   "author": "Adhidarma Hadiwinoto <gua@adhisimon.org>",
   "license": "BSD",
   "dependencies": {
-    "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git"
+    "sate24": "git+http://git@gitlab.kodesumber.com/reload97/node-sate24.git",
+    "iniparser": "~1.0.5"
   }
 }
-- 
1.9.0