tiny-https-server
Version:
Tiny web server with HTTPS support, static file serving, subdomain support, middleware support, and service worker support.
73 lines (72 loc) • 1.78 kB
JSON
{
"name": "tiny-https-server",
"version": "2.0.0-rc.5",
"license": "MIT",
"description": "Tiny web server with HTTPS support, static file serving, subdomain support, middleware support, and service worker support.",
"keywords": [
"conextra",
"tiny",
"web",
"server",
"webserver",
"http",
"https",
"static",
"subdomain",
"middleware",
"fast",
"sw",
"service-worker",
"pwa",
"progressive",
"app",
"manifest",
"favicon",
"robots",
"sitemap",
"seo"
],
"browser": "browser.js",
"main": "index.js",
"scripts": {
"test": "node index.test"
},
"bin": {
"tiny-https-server": "bin/tiny-https-server.js"
},
"author": "Manuel Lõhmus",
"files": [
"bin/tiny-https-server.js",
"cert/localhost-cert.pem",
"cert/localhost-key.pem",
"public/www/favicon.ico",
"public/www/favicon-192x192.png",
"public/www/favicon-512x512.png",
"public/www/index.html",
"public/www/manifest.webmanifest",
"public/www/robots.txt",
"public/www/sitemap.xml",
"browser.js",
"index.js",
"index.test.js",
"LICENSE",
"mimeTypes.js",
"package.json",
"README.md",
"server.js"
],
"homepage": "https://github.com/manuel-lohmus/tiny-https-server#readme",
"bugs": {
"url": "https://github.com/manuel-lohmus/tiny-https-server/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/manuel-lohmus/tiny-https-server.git"
},
"dependencies": {
"config-sets": "^3.0.0-rc.1",
"data-context": "^2.0.0-rc.2"
},
"devDependencies": {},
"funding": "https://manuel-lohmus.github.io/tiny-https-server/README.html#license"
}