diff --git a/package.json b/package.json
index 077820b..672b289 100644
--- a/package.json
+++ b/package.json
@@ -4,6 +4,7 @@
   "description": "Store DOMPUL stock in Redis",
   "main": "index.js",
   "scripts": {
+    "start": "node index.js",
     "test": "mocha"
   },
   "repository": {
@@ -23,6 +24,7 @@
     "redis": "~0.12.1",
     "hiredis": "~0.3.0",
     "iniparser": "~1.0.5",
-    "winston": "~1.0.0"
+    "winston": "~1.0.0",
+    "node-simple-router": "~0.9.4-2"
   }
 }