forked from carlos8f/dgate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 948 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"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 <[email protected]> (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"
}
}