From cbc12d783cbe2d6e228e1a9c59c1a4e09c424b29 Mon Sep 17 00:00:00 2001 From: Nicholas O'Leary Date: Wed, 30 Oct 2013 21:17:44 +0000 Subject: [PATCH] Promote twitter to a core node --- package.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 9a4f86d51..7c7b6539b 100644 --- a/package.json +++ b/package.json @@ -24,7 +24,9 @@ "mqtt": "~0.3.3", "ws": "~0.4.31", "mustache": "~0.7.2", - "cron":"1.x" + "cron":"1.x", + "ntwitter":"0.5.0", + "oauth":"~0.9.10" }, "devDependencies": { "mocha": "~1.12.0",