vhttps
Version:
Virtual Secure Servers. Hosting multiple HTTPS sites on single server/port WITHOUT reverse proxy. Can integrate with Express and vhost
33 lines (32 loc) • 827 B
JSON
{
"name": "vhttps",
"version": "0.1.1",
"description": "Virtual Secure Servers. Hosting multiple HTTPS sites on single server/port WITHOUT reverse proxy. Can integrate with Express and vhost",
"main": "index.js",
"scripts": {
"test": "mocha --reporter spec --bail --check-leaks test/",
"lint": "eslint --ext js ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/kevinkassimo/vhttps.git"
},
"keywords": [
"virtual",
"host",
"https"
],
"author": "Kevin Qian <kevinkassimo@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/kevinkassimo/vhttps/issues"
},
"homepage": "https://github.com/kevinkassimo/vhttps#readme",
"engines": {
"node": ">=8.0.0"
},
"devDependencies": {
"eslint": "^4.18.2",
"mocha": "^5.0.4"
}
}