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.
27 lines
634 B
27 lines
634 B
{
|
|
"name": "local-web-server",
|
|
"version": "0.4.1",
|
|
"description": "Launch a lightweight static web server. Zero configuration.",
|
|
"bin": {
|
|
"ws": "./bin/ws.js"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"lint": "jshint bin/ws.js; echo;"
|
|
},
|
|
"repository": "https://github.com/75lb/local-web-server",
|
|
"author": "Lloyd Brookes",
|
|
"dependencies": {
|
|
"connect": "^3.0.0",
|
|
"nature": "~0.4.0",
|
|
"console-dope": "~0.3.0",
|
|
"wodge": "~0.5.0",
|
|
"config-master": "~0.1.0",
|
|
"morgan": "^1.0.0",
|
|
"serve-static": "^1.1.0",
|
|
"serve-index": "^1.0.2",
|
|
"compression": "^1.0.2"
|
|
}
|
|
}
|