super-simple-web-server
Version:
A super simple node-express web server with https option for when you quickly need to serve some static files. Package includes self-signed certificates. Don't use this for production.
18 lines (17 loc) • 512 B
JSON
{
"dependencies": {
"express": "^4.16.3"
},
"repository": {
"type": "git",
"url": "https://github.com/garris/superSimpleExpressServer.git"
},
"description": "A super simple node-express web server with https option for when you quickly need to serve some static files. Package includes self-signed certificates. Don't use this for production.",
"scripts": {
"start": "node ./"
},
"main": "index.js",
"license": "MIT",
"name": "super-simple-web-server",
"version": "1.1.4"
}