-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 835 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 835 Bytes
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
{
"name": "haproxy-controller",
"description": "Interactive and REST interface to control haproxy",
"version": "0.1.0",
"author": "Chris Gamache <chrisgamachecodes@gmail.com>",
"contributors": [
{
"name": "Chris Gamache",
"email": "chrisgamachecodes@gmail.com"
}
],
"dependencies": {
"haproxy-sock-handler": ">= 0.1.0",
"node-static": ">= 0.7.0",
"underscore": ">= 1.5.1"
},
"keywords": [
"haproxy",
"restful",
"interactive",
"web",
"load",
"balance"
],
"repository": "https://github.com/cgamache/haproxy-controller.git",
"bin": {
"haproxy-controller": "./bin/haproxy-controller"
},
"main": "controller.js",
"engines": {
"node": ">= 0.4.4"
}
}