forked from senchalabs/connect
-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
package.json
64 lines (64 loc) · 1.4 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
{
"name": "drachtio",
"version": "3.0.7",
"description": "node.js middleware for sip applications",
"keywords": [
"framework",
"sip",
"drachtio",
"middleware",
"connect"
],
"dependencies": {
"array-flatten": "^2.0.0",
"curry": "^1.2.0",
"debug": ">= 0.7.3 < 1",
"delegates": "0.0.3",
"drachtio-sip": "^0.3.3",
"merge": "^1.1.3",
"node-noop": "0.0.1",
"only": "0.0.2",
"sip-methods": "^0.3.0",
"sip-status": "~0.1.0",
"utils-merge": "1.0.0",
"uuid": "^3.0.1",
"winston": "^2.3.1"
},
"devDependencies": {
"should": ">= 2.0.2 < 3",
"mocha": "~2.1.0",
"minimist": "^1.1.0",
"merge": "^1.1.3",
"async": "~0.9.0",
"lodash": "^3.10.1",
"drachtio-test-fixtures": "^0.1.7",
"passport": "^0.3.2",
"passport-http": "^0.3.0",
"drachtio-mw-registration-parser": "^0.0.2",
"jsdoc": ">=3.3.0-*",
"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",
"minami": "^1.1.1"
},
"licenses": [
{
"type": "MIT"
}
],
"main": "./lib/connect.js",
"engines": {
"node": ">= 6.9.3"
},
"repository": {
"type": "git",
"url": "https://github.com/davehorton/drachtio.git"
},
"scripts": {
"test": "make",
"jslint": "eslint lib"
}
}