UNPKG

subdomain-router

Version:

Routes incoming traffic to different ports based on subdomain

24 lines (23 loc) 673 B
{ "name": "subdomain-router", "version": "0.1.3", "description": "Routes incoming traffic to different ports based on subdomain", "repository": { "type": "git", "url": "https://github.com/ksmithbaylor/node-subdomain-router" }, "bugs": { "url": "https://github.com/ksmithbaylor/node-subdomain-router/issues", "email": "ksmithbaylor@gmail.com" }, "main": "index.js", "author": "Kevin Smith <ksmithbaylor@gmail.com> (kevinjs.com)", "license": "MIT", "keywords": [ "subdomain", "subdomains", "reverse", "proxy", "reverse-proxy", "heroku", "mini-heroku" ], "devDependencies": { "mocha": "^2.1.0", "request": "^2.51.0" } }