UNPKG

sip-mrcp

Version:

A SIP/MRCP module that permits to write MRCPv2 client/server apps and tools

40 lines (39 loc) 951 B
{ "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" } }