From e7700b374a8ca557af5fc371ab10fd6551e577d0 Mon Sep 17 00:00:00 2001 From: Manuel Araoz Date: Wed, 27 Aug 2014 15:41:07 -0300 Subject: [PATCH] add cron --- package.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index a9150aa7..ec43f300 100644 --- a/package.json +++ b/package.json @@ -59,10 +59,10 @@ "buffertools": "*", "commander": "^2.3.0", "connect-ratelimit": "git://github.com/dharmafly/connect-ratelimit.git#0550eff209c54f35078f46445000797fa942ab97", + "cron": "^1.0.4", "express": "~3.4.7", "glob": "*", - "leveldown": "~0.10.0", - "levelup": "~0.19.0", + "microtime": "^0.6.0", "moment": "~2.5.0", "preconditions": "^1.0.7", "should": "~2.1.1", @@ -71,8 +71,7 @@ "socket.io-client": "1.0.6", "soop": "=0.1.5", "winston": "*", - "xmlhttprequest": "~1.6.0", - "microtime": "^0.6.0" + "xmlhttprequest": "~1.6.0" }, "devDependencies": { "chai": "*",