terraeclipse-dgate
Version:
Domain gateway, a simple clustered HTTP virtual host router
45 lines (44 loc) • 948 B
JSON
{
"name": "terraeclipse-dgate",
"description": "Domain gateway, a simple clustered HTTP virtual host router",
"version": "0.6.7",
"bin": {
"dgate": "./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": "^1.0.0",
"moment": "^2.8.3"
},
"keywords": [
"vhost",
"domain",
"gateway",
"cluster",
"http",
"proxy",
"hostfile",
"development",
"wildcard",
"dns",
"subdomain"
],
"devDependencies": {
"mocha": "^1.21.4",
"request": "^2.44.0"
}
}