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.
64 lines
1.4 KiB
64 lines
1.4 KiB
{
|
|
"name": "local-web-server",
|
|
"version": "3.0.0-2",
|
|
"description": "The modular web server for productive 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"
|
|
],
|
|
"engines": {
|
|
"node": ">=8"
|
|
},
|
|
"scripts": {
|
|
"test": "test-runner test/*.js",
|
|
"docs": "jsdoc2md -p list index.js lib/*.js > doc/api.md; echo",
|
|
"cover": "nyc npm test && nyc report --reporter=text-lcov | coveralls"
|
|
},
|
|
"files": [
|
|
"bin/*.js",
|
|
"lib/*.js",
|
|
"index.js"
|
|
],
|
|
"dependencies": {
|
|
"lws": "2.0.0-8",
|
|
"lws-basic-auth": "^1.0.2",
|
|
"lws-blacklist": "^2.0.1",
|
|
"lws-body-parser": "^1.0.1",
|
|
"lws-compress": "^1.0.1",
|
|
"lws-conditional-get": "^1.0.0",
|
|
"lws-cors": "^2.0.0",
|
|
"lws-index": "^1.0.1",
|
|
"lws-json": "^1.0.0",
|
|
"lws-log": "^1.0.0",
|
|
"lws-mime": "^1.0.0",
|
|
"lws-range": "^2.0.0",
|
|
"lws-request-monitor": "^1.0.1",
|
|
"lws-rewrite": "^2.0.0",
|
|
"lws-spa": "^2.0.0",
|
|
"lws-static": "^1.1.0",
|
|
"node-version-matches": "^1.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"coveralls": "^3.0.3",
|
|
"jsdoc-to-markdown": "^5.0.0",
|
|
"node-fetch": "^2.6.0",
|
|
"nyc": "^14.1.1",
|
|
"test-runner": "^0.6.0"
|
|
}
|
|
}
|