Lloyd Brookes
11 years ago
2 changed files with 31 additions and 11 deletions
-
9package.json
-
33ws.js
@ -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" |
|||
} |
|||
} |
Write
Preview
Loading…
Cancel
Save
Reference in new issue