UNPKG

dgate

Version:

Domain gateway, a simple clustered HTTP virtual host router

43 lines (42 loc) 915 B
{ "name": "dgate", "description": "Domain gateway, a simple clustered HTTP virtual host router", "version": "0.6.9", "bin": "./bin/dgate", "scripts": { "test": "./node_modules/.bin/mocha --reporter spec --timeout 10s --bail test/test.js" }, "repository": { "type": "git", "url": "https://github.com/carlos8f/dgate.git" }, "author": "Carlos Rodriguez <carlos@s8f.org> (http://s8f.org/)", "license": "MIT", "dependencies": { "addr": "^1.0.1", "commander": "^2.3.0", "dish": "^1.0.4", "dollop": "^0.4.1", "href": "^0.1.1", "http-proxy": "^1.4.3", "minimatch": "^3.0.4", "moment": "^2.8.3" }, "keywords": [ "vhost", "domain", "gateway", "cluster", "http", "proxy", "hostfile", "development", "wildcard", "dns", "subdomain" ], "devDependencies": { "mocha": "^5.2.0", "request": "^2.44.0" } }