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.
67 lines
1.4 KiB
67 lines
1.4 KiB
{
|
|
"name": "local-web-server",
|
|
"version": "3.0.5",
|
|
"description": "A lean, modular web server for rapid full-stack development",
|
|
"repository": "https://github.com/lwsjs/local-web-server",
|
|
"author": "Lloyd Brookes <75pound@gmail.com>",
|
|
"bin": {
|
|
"ws": "./bin/cli.js"
|
|
},
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"dev",
|
|
"server",
|
|
"web",
|
|
"tool",
|
|
"front-end",
|
|
"development",
|
|
"cors",
|
|
"mime",
|
|
"rest",
|
|
"mock",
|
|
"api",
|
|
"proxy",
|
|
"lws",
|
|
"backend",
|
|
"frontend",
|
|
"full-stack"
|
|
],
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"scripts": {
|
|
"test": "test-runner test/*.js",
|
|
"cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
|
|
},
|
|
"files": [
|
|
"bin/*.js",
|
|
"lib/*.js",
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"lws": "^2.0.3",
|
|
"lws-basic-auth": "^1.0.3",
|
|
"lws-blacklist": "^2.0.2",
|
|
"lws-body-parser": "^1.0.2",
|
|
"lws-compress": "^1.0.2",
|
|
"lws-conditional-get": "^1.0.1",
|
|
"lws-cors": "^2.0.1",
|
|
"lws-index": "^1.0.5",
|
|
"lws-json": "^1.0.1",
|
|
"lws-log": "^1.0.3",
|
|
"lws-mime": "^1.0.1",
|
|
"lws-range": "^2.0.1",
|
|
"lws-request-monitor": "^1.0.4",
|
|
"lws-rewrite": "^2.0.6",
|
|
"lws-spa": "^2.0.2",
|
|
"lws-static": "^1.1.3",
|
|
"node-version-matches": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.5",
|
|
"jsdoc-to-markdown": "^5.0.0",
|
|
"node-fetch": "^2.6.0",
|
|
"nyc": "^14.1.1",
|
|
"test-runner": "^0.6.0"
|
|
}
|
|
}
|