updated deps, better error handling, compression

This commit is contained in:
Lloyd Brookes
2014-01-03 18:04:44 +00:00
parent 5a40a3b483
commit b3bb524122
2 changed files with 31 additions and 11 deletions

View File

@ -1,15 +1,14 @@
{
"name": "local-web-server",
"version": "0.1.5",
"description": "Local web server",
"description": "Launch a lightweight static web server. Zero configuration.",
"bin": {
"ws": "./server.js"
"ws": "./ws.js"
},
"repository": "https://github.com/75lb/local-web-server",
"author": "Lloyd Brookes",
"license": "BSD",
"dependencies": {
"connect": "~2.11.0",
"nature": "~0.1.0"
"connect": "~2.12.0",
"nature": "~0.2.0"
}
}