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.
 
 
 

35 lines
843 B

{
"name": "local-web-server",
"version": "0.5.13",
"description": "Lightweight static web server, zero configuration. Perfect for front-end devs.",
"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": {
"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.2.2",
"stream-log-stats": "^0.1.0",
"typical": "^1.0.0"
},
"local-web-server": {
"mime": {
"text/plain": ["php"]
}
}
}