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.
 
 
 

38 lines
869 B

{
"name": "local-web-server",
"version": "0.5.16",
"description": "Lightweight static web server, zero configuration. Perfect for front-end devs.",
"bin": {
"ws": "./bin/ws.js"
},
"license": "MIT",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"lint": "jshint bin/ws.js; echo;"
},
"repository": "https://github.com/75lb/local-web-server",
"author": "Lloyd Brookes",
"dependencies": {
"command-line-args": "~0.5.0",
"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.8",
"stream-log-stats": "~0.1.0",
"typical": "^1.0.0"
},
"local-web-server": {
"mime": {
"text/plain": [
"php"
]
}
}
}