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.
14 lines
334 B
14 lines
334 B
{
|
|
"name": "local-web-server",
|
|
"version": "0.1.6",
|
|
"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.12.0",
|
|
"nature": "~0.2.0"
|
|
}
|
|
}
|