mirror of
https://github.com/node-red/node-red.git
synced 2025-12-28 07:41:42 +01:00
Add cmd-line help and reduce node error output by default
Added nopt package dependency - npm update required! Added -v cmdline option to show node module load errors, which are otherwise hidden by default with only a summary shown
This commit is contained in:
19
package.json
19
package.json
@@ -22,21 +22,22 @@
|
||||
],
|
||||
"dependencies": {
|
||||
"express": "3.x",
|
||||
"when": "~2.6.0",
|
||||
"mqtt": "~0.3.3",
|
||||
"ws": "~0.4.31",
|
||||
"when": "2.8.0",
|
||||
"nopt": "2.2.0",
|
||||
"mqtt": "~0.3.7",
|
||||
"ws": "0.4.31",
|
||||
"fs-extra": "~0.8.1",
|
||||
"clone": "~0.1.11",
|
||||
"mustache": "~0.7.2",
|
||||
"cron":"1.x",
|
||||
"raw-body":"~1.1.2",
|
||||
"clone": "0.1.11",
|
||||
"mustache": "~0.8.1",
|
||||
"cron":"~1.0.3",
|
||||
"raw-body":"1.1.2",
|
||||
"twitter-ng":"~0.6.2",
|
||||
"oauth":"~0.9.10",
|
||||
"oauth":"~0.9.11",
|
||||
"xml2js":"~0.2.8",
|
||||
"sentiment":"~0.2.1",
|
||||
"irc":"~0.3.6",
|
||||
"follow-redirects":"~0.0.3",
|
||||
"cors":"~2.1.1",
|
||||
"cors":"~2.2.0",
|
||||
"mkdirp":"~0.3.5"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user