-
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "drachtio-fs-load-balancing-proxy",
"version": "1.0.0",
"description": "SIP load balancing proxy for freeswitch",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davehorton/drachtio-fs-load-balancing-proxy.git"
},
"dependencies": {
"async": "^1.4.2",
"console-stamp": "^0.2.0",
"debug": "^2.2.0",
"delegates": "^0.1.0",
"drachtio": ">=1.0.0",
"drachtio-srf": ">=1.0.0",
"iptables": "0.0.4",
"lodash": "^3.10.1",
"modesl": "davehorton/node-esl.git",
"node-noop": "0.0.1",
"range_check": "0.0.5",
"winston": "^1.0.1"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-contrib-jshint": "~0.7.2",
"grunt-contrib-nodeunit": "*",
"grunt-contrib-watch": "~0.5.3",
"grunt-jsdoc": "^1.0.0",
"grunt-github-pages": "0.0.4",
"jsdoc": ">=3.3.0-*",
"minami": "^1.1.1"
},
"keywords": [
"SIP",
"freeswitch",
"drachtio"
],
"author": "Dave Horton",
"license": "MIT",
"bugs": {
"url": "https://github.com/davehorton/drachtio-fs-load-balancing-proxy/issues"
},
"homepage": "https://github.com/davehorton/drachtio-fs-load-balancing-proxy#readme"
}