mrcp-utils
Version:
Utilities to work with Media Resource Control Protocol
27 lines (26 loc) • 628 B
JSON
{
"name": "mrcp-utils",
"version": "1.4.0",
"description": "Utilities to work with Media Resource Control Protocol",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MayamaTakeshi/mrcp-utils.git"
},
"keywords": [
"MRCP",
"SDP"
],
"author": "MayamaTakeshi",
"license": "MIT",
"bugs": {
"url": "https://github.com/MayamaTakeshi/mrcp-utils/issues"
},
"homepage": "https://github.com/MayamaTakeshi/mrcp-utils#readme",
"dependencies": {
"data-matching": "^1.23.6"
}
}