httpolyglot
Version:
Serve http and https connections over the same port with node.js
14 lines (13 loc) • 547 B
JSON
{ "name": "httpolyglot",
"version": "0.1.2",
"author": "Brian White <mscdex@mscdex.net>",
"description": "Serve http and https connections over the same port with node.js",
"main": "./lib/index.js",
"scripts": {
"test": "node test/test.js"
},
"engines": { "node": ">=0.10.0" },
"keywords": [ "http", "https", "multiplex", "polyglot" ],
"licenses": [ { "type": "MIT", "url": "http://github.com/mscdex/httpolyglot/raw/master/LICENSE" } ],
"repository" : { "type": "git", "url": "http://github.com/mscdex/httpolyglot.git" }
}