From 69998243ccf8e0093ef7f289c0dbe57ad7268984 Mon Sep 17 00:00:00 2001 From: dceejay Date: Wed, 21 Jan 2015 15:05:12 +0000 Subject: [PATCH] Add fs.notify, feedparser and serialport to default install packages To close #518 Pull request 9 by TJ We want to keep arduino, mongo and redis out of the default install for now. need for js2xmlparser will go in v0.10 --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index bf4acc2cf..d038d75cf 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,10 @@ "imap":"0.8.13", "request":"2.42.0", "colors":"0.6.2", - "is-utf8":"0.2.0" + "is-utf8":"0.2.0", + "serialport":"1.4.10", + "feedparser":"0.19.2", + "fs.notify":"0.0.4" }, "devDependencies": { "grunt": "0.4.5",