deps
This commit is contained in:
@ -8,7 +8,7 @@ module.exports = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "log-format", alias: "f", type: String,
|
name: "log-format", alias: "f", type: String,
|
||||||
description: "If a format is supplied an access log is written to stdout. If not, \na statistics view is displayed. Use a preset ('none', 'dev',\n'combined', 'short', 'tiny' or 'logstalgia') or supply a custom format\n(e.g. ':method -> :url')."
|
description: "If a format is supplied an access log is written to stdout. If not, a statistics view is displayed. Use a preset ('none', 'dev','combined', 'short', 'tiny' or 'logstalgia') or supply a custom format (e.g. ':method -> :url')."
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "directory", alias: "d", type: String,
|
name: "directory", alias: "d", type: String,
|
||||||
|
@ -17,13 +17,13 @@
|
|||||||
"dependencies": {
|
"dependencies": {
|
||||||
"command-line-args": "~0.5.0",
|
"command-line-args": "~0.5.0",
|
||||||
"compression": "^1.0.2",
|
"compression": "^1.0.2",
|
||||||
"config-master": "~0.2.0",
|
"config-master": "^1",
|
||||||
"connect": "^3.0.0",
|
"connect": "^3.0.0",
|
||||||
"console-dope": "~0.3.0",
|
"console-dope": "~0.3.0",
|
||||||
"home-path": "~0.1.1",
|
"home-path": "~0.1.1",
|
||||||
"morgan": "^1.0.0",
|
"morgan": "^1.0.0",
|
||||||
"object-tools": "^1.0.3",
|
"object-tools": "^1.0.3",
|
||||||
"serve-index": "^1.0.2",
|
"serve-index": "^1.6.3",
|
||||||
"serve-static": "^1.8",
|
"serve-static": "^1.8",
|
||||||
"stream-log-stats": "~0.1.0",
|
"stream-log-stats": "~0.1.0",
|
||||||
"typical": "^1.0.0"
|
"typical": "^1.0.0"
|
||||||
|
Reference in New Issue
Block a user