diff --git a/.gitignore b/.gitignore
index 0429391..39eeedb 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,2 +1,3 @@
 node_modules/
 logs/log*
+config.ini
diff --git a/package.json b/package.json
index 398c509..5c9ba78 100644
--- a/package.json
+++ b/package.json
@@ -17,5 +17,10 @@
     "trust"
   ],
   "author": "Adhidarma Hadiwinoto <adhisimon@host2host.id>",
-  "license": "ISC"
+  "license": "ISC",
+  "dependencies": {
+    "ini": "^1.3.4",
+    "sate24": "git+http://gitlab.kodesumber.com/reload97/node-sate24.git",
+    "sate24-expresso": "git+http://gitlab.kodesumber.com/reload97/sate24-expresso.git"
+  }
 }