UNPKG

http-port-forward

Version:

Simple port forward for incoming HTTP requests, cross-platform supported base on Node.js

36 lines (35 loc) 786 B
{ "name": "http-port-forward", "version": "2.0.3", "description": "Simple port forward for incoming HTTP requests, cross-platform supported base on Node.js", "main": "index.js", "dependencies": { "http-forward": "^0.1.3", "http-proxy": "^1.12.0" }, "devDependencies": { "jasmine": "^2.4.1" }, "scripts": { "test": "jasmine" }, "repository": { "type": "git", "url": "git+https://github.com/meicj/node-http-port-forward.git" }, "keywords": [ "http", "port", "forward", "proxy", "node", "cross", "platform" ], "author": "meicj", "license": "MIT", "bugs": { "url": "https://github.com/meicj/node-http-port-forward/issues" }, "homepage": "https://github.com/meicj/node-http-port-forward#readme" }