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.
 
 
 

50 lines
1.3 KiB

{
"name": "local-web-server",
"version": "0.5.23",
"description": "Lightweight static web server, zero configuration. Perfect for front-end devs.",
"bin": {
"ws": "./bin/ws.js"
},
"main": "lib/local-web-server.js",
"license": "MIT",
"keywords": [ "dev", "server", "web", "tool", "front-end", "development", "cors", "mime", "rest" ],
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": "https://github.com/75lb/local-web-server",
"author": "Lloyd Brookes <75pound@gmail.com>",
"dependencies": {
"command-line-args": "^2.0.2",
"compression": "^1.0.2",
"config-master": "^2",
"console-dope": "~0.3.0",
"deep-extend": "^0.4.0",
"express": "^4.13.3",
"home-path": "^1",
"kcors": "^1.0.1",
"koa": "^2.0.0-alpha.3",
"koa-charset": "^1.1.4",
"koa-compress": "^1.0.8",
"koa-convert": "^1.1.0",
"koa-json": "^1.1.1",
"koa-morgan": "^0.4.0",
"koa-rewrite": "^1.1.1",
"koa-route": "^2.4.2",
"koa-serve-index": "^1.1.0",
"koa-static": "^1.5.2",
"morgan": "^1.0.0",
"object-tools": "^2",
"proxy-middleware": "^0.13.1",
"req-then": "^0.2.2",
"serve-index": "^1.6.3",
"serve-static": "^1.8",
"stream-log-stats": "^1",
"typical": "^2.0.0"
},
"devDependencies": {
"tape": "^4.2.2"
}
}