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
16 lines
387 B
{
|
|
"name": "local-web-server",
|
|
"version": "0.2.0",
|
|
"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.3.0",
|
|
"more-console": "~0.1.0",
|
|
"wodge": "~0.2.0"
|
|
}
|
|
}
|