Browse Source

deps

master
Lloyd Brookes 10 years ago
parent
commit
c880cbad8f
  1. 2
      lib/cli-options.js
  2. 4
      package.json

2
lib/cli-options.js

@ -8,7 +8,7 @@ module.exports = [
},
{
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,

4
package.json

@ -17,13 +17,13 @@
"dependencies": {
"command-line-args": "~0.5.0",
"compression": "^1.0.2",
"config-master": "~0.2.0",
"config-master": "^1",
"connect": "^3.0.0",
"console-dope": "~0.3.0",
"home-path": "~0.1.1",
"morgan": "^1.0.0",
"object-tools": "^1.0.3",
"serve-index": "^1.0.2",
"serve-index": "^1.6.3",
"serve-static": "^1.8",
"stream-log-stats": "~0.1.0",
"typical": "^1.0.0"

Loading…
Cancel
Save