{ "name": "httpolyglot", "version": "0.1.2", "author": "Brian White ", "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" } }