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.
32 lines
805 B
32 lines
805 B
{
|
|
"name": "local-web-server",
|
|
"version": "0.5.3",
|
|
"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": {
|
|
"byte-size": "^0.1.0",
|
|
"command-line-args": "^0.2.0",
|
|
"common-log-format": "^0.1.2",
|
|
"compression": "^1.0.2",
|
|
"config-master": "~0.2.0",
|
|
"connect": "^3.0.0",
|
|
"console-dope": "^0.3.0",
|
|
"home-path": "^0.1.1",
|
|
"morgan": "^1.0.0",
|
|
"object-tools": "^1.0.3",
|
|
"serve-index": "^1.0.2",
|
|
"serve-static": "^1.2.2",
|
|
"stream-log-stats": "^0.1.0",
|
|
"string-tools": "^0.1.4"
|
|
}
|
|
}
|