cli options, readme

This commit is contained in:
Lloyd Brookes
2013-06-15 00:41:43 +01:00
parent 98b5a1ec21
commit d196cd3463
3 changed files with 57 additions and 23 deletions

View File

@ -1,14 +1,15 @@
{
"name": "local-web-server",
"version": "0.1.3",
"version": "0.1.4",
"description": "Local web server",
"bin": {
"ws": "./server.js"
"ws": "./server.js"
},
"repository": "https://github.com/75lb/local-web-server",
"author": "Lloyd Brookes",
"license": "BSD",
"dependencies": {
"connect": "~2.7.11"
"connect": "~2.7.11",
"nature": "0.0.4"
}
}