You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

16 lines
387 B

{
"name": "local-web-server",
"version": "0.3.4",
"description": "Launch a lightweight static web server. Zero configuration.",
"bin": {
"ws": "./ws.js"
},
"repository": "https://github.com/75lb/local-web-server",
"author": "Lloyd Brookes",
"dependencies": {
"connect": "~2.13.0",
"nature": "~0.3.0",
"console-dope": "~0.2.0",
"wodge": "~0.3.0"
}
}