-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.27 KB
/
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
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "hipache-router",
"version": "0.1.0",
"description": "Complete high-scaled reverse-routing-proxy solution",
"keywords": [
"reverse",
"proxy",
"http",
"http-proxy",
"http-router"
],
"main": "./bin/hipache",
"bin": {
"hipache": "./bin/hipache",
"hipache-gui": "./bin/hipache-gui"
},
"directories": {
"test": "test"
},
"dependencies": {
"read-installed": "0.2.5",
"http-proxy": "1.0.x",
"redis": "0.10.x",
"lru-cache": "2.5.x",
"optimist": "0.6.x",
"express": "3.4.8",
"hamljs": "*",
"stylus": "*",
"coffee-script": "*"
},
"devDependencies": {
"mocha": "1.x",
"jshint": "2.x"
},
"scripts": {
"start": "node bin/hipache",
"test": "mocha test/test_*.js",
"jshint": "jshint --config jshint.json -- bin/hipache lib/*.js"
},
"engines": {
"node": ">=0.10.0"
},
"engineStrict": true,
"author": "Gerard Hickey <[email protected]>",
"maintainer": [
"Gerard Hickey <[email protected]>"
],
"repository": {
"type": "git",
"url": "http://github.com/hickey/hipache-router.git"
},
"bugs": {
"url": "https://github.com/hickey/hipache-router/issues"
},
"homepage": "https://github.com/hickey/hipache-router",
"license": "ISC"
}