UNPKG

httppize

Version:

Access as http any https resource. Let it be https with self sign certificate or https with client certificate or regular https

39 lines (38 loc) 974 B
{ "name": "httppize", "version": "1.0.1", "description": "Access as http any https resource. Let it be https with self sign certificate or https with client certificate or regular https", "main": "httppize.js", "bin": "httppize.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/fernandobhz/httppize.git" }, "keywords": [ "client", "certificate", "http", "remove", "access" ], "author": "Fernando Reis Guimaraes", "license": "ISC", "bugs": { "url": "https://github.com/fernandobhz/httppize/issues" }, "homepage": "https://github.com/fernandobhz/httppize#readme", "dependencies": { "express": "^4.16.2", "fs": "0.0.1-security", "greenlock": "^2.1.17", "home": "^1.0.1", "http": "0.0.0", "http-proxy": "^1.16.2", "httpolyglot": "^0.1.2", "path": "^0.12.7", "request": "^2.83.0" } }