replaced nature with command-line-args

This commit is contained in:
Lloyd Brookes
2014-05-29 23:01:39 +01:00
parent 2af9509f26
commit 913f6573c5
2 changed files with 25 additions and 32 deletions

View File

@ -14,14 +14,14 @@
"repository": "https://github.com/75lb/local-web-server",
"author": "Lloyd Brookes",
"dependencies": {
"connect": "^3.0.0",
"nature": "~0.4.0",
"console-dope": "~0.3.0",
"wodge": "~0.5.0",
"command-line-args": "~0.0.2",
"compression": "^1.0.2",
"config-master": "~0.1.0",
"connect": "^3.0.0",
"console-dope": "~0.3.0",
"morgan": "^1.0.0",
"serve-static": "^1.1.0",
"serve-index": "^1.0.2",
"compression": "^1.0.2"
"serve-static": "^1.1.0",
"wodge": "~0.6.0"
}
}