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.
15 lines
314 B
15 lines
314 B
{
|
|
"name": "local-web-server",
|
|
"version": "0.1.4",
|
|
"description": "Local web server",
|
|
"bin": {
|
|
"ws": "./server.js"
|
|
},
|
|
"repository": "https://github.com/75lb/local-web-server",
|
|
"author": "Lloyd Brookes",
|
|
"license": "BSD",
|
|
"dependencies": {
|
|
"connect": "~2.7.11",
|
|
"nature": "0.0.4"
|
|
}
|
|
}
|