-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 951 Bytes
/
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
{
"name": "sip-mrcp",
"version": "1.3.2",
"description": "A SIP/MRCP module that permits to write MRCPv2 client/server apps and tools",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/MayamaTakeshi/sip-mrcp.git"
},
"keywords": [
"Media",
"Resource",
"Control",
"Protocol",
"MRCP",
"SIP",
"RTP"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"homepage": "https://github.com/MayamaTakeshi/sip-mrcp#readme",
"author": "MayamaTakeshi",
"license": "MIT",
"dependencies": {
"@mayama/zeq": "^4.1.14",
"collections": "^5.1.12",
"data-matching": "^1.23.8",
"lodash": "^4.17.20",
"moment": "^2.29.1",
"mrcp": "^1.4.2",
"mrcp-utils": "^1.4.0",
"rtp-session": "^1.3.2",
"sip": "github:kirm/sip.js",
"tart": "github:organix/tartjs#v0.3.0",
"tracing-log": "^1.1.0",
"uuid": "^7.0.3"
}
}