Added interop client and server
diff --git a/src/node/package.json b/src/node/package.json
index 7051f1c..dde43f8 100644
--- a/src/node/package.json
+++ b/src/node/package.json
@@ -14,7 +14,7 @@
   },
   "devDependencies": {
     "mocha": "~1.21.0",
-    "highland": "~2.0.0"
+    "minimist": "^1.1.0"
   },
   "main": "main.js"
 }