1
0
mirror of https://github.com/node-red/node-red.git synced 2023-10-10 13:36:53 +02:00

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
This commit is contained in:
dceejay 2015-01-21 15:05:12 +00:00
parent 8b61c121e6
commit 69998243cc

View File

@ -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",