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:
parent
8b61c121e6
commit
69998243cc
@ -45,7 +45,10 @@
|
|||||||
"imap":"0.8.13",
|
"imap":"0.8.13",
|
||||||
"request":"2.42.0",
|
"request":"2.42.0",
|
||||||
"colors":"0.6.2",
|
"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": {
|
"devDependencies": {
|
||||||
"grunt": "0.4.5",
|
"grunt": "0.4.5",
|
||||||
|
Loading…
Reference in New Issue
Block a user