-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
65 lines (65 loc) · 1.79 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
58
59
60
61
62
63
64
65
{
"name": "thalassa-aqueduct",
"version": "0.5.5",
"description": "Dynamic haproxy load balancer and configuration. Part of Thalassa",
"main": "index.js",
"scripts": {
"test": "jshint *.js lib/*.js test/*.js --config .jshintrc && mocha test/test*",
"start": "browserify public/js/services/browserifyService.js -o public/js/browserifyServiceBundle.js && ./bin/server.js --debug",
"postinstall": "browserify public/js/services/browserifyService.js -o public/js/browserifyServiceBundle.js"
},
"bin": {
"thalassa-aqueduct": "./bin/server.js"
},
"repository": {
"type": "git",
"url": "git://github.com/PearsonEducation/thalassa-aqueduct.git"
},
"keywords": [
"thalassa",
"haproxy",
"loadbalancer",
"proxy"
],
"author": "Mike Brevoort <[email protected]>",
"license": "Apache2",
"readmeFilename": "README.md",
"gitHead": "b3a2c6670b3cd39203a1d8e743a7fa2588d8641e",
"bugs": {
"url": "https://github.com/PearsonEducation/thalassa-aqueduct/issues"
},
"dependencies": {
"hapi": "~8.0.0",
"crdt": "~3.5.1",
"handlebars": "~1.0.12",
"debounce": "0.0.2",
"deep-equal": "0.0.0",
"shoe": "~0.0.11",
"thalassa": "~0.4.1",
"haproxy": "0.0.3",
"cli-color": "~0.2.2",
"changeset": "0.0.5",
"optimist": "~0.6.0",
"websocket-stream": "~0.2.0",
"ws": "~0.4.27",
"xtend": "~2.0.6",
"mux-demux": "~3.7.8",
"through": "~2.3.4",
"extend": "~1.2.0",
"level": "~0.18.0",
"mkdirp": "~0.3.5",
"split": "~0.2.10",
"browserify": "~2.25.1",
"CBuffer": "~0.1.4",
"joi": "^5.0.2",
"boom": "^2.6.1"
},
"devDependencies": {
"jshint": "~2.1.4",
"mocha": "~1.12.0",
"portfinder": "~0.2.1",
"request": "~2.22.0",
"async": "~0.2.9",
"rimraf": "~2.2.0"
}
}