UNPKG

rtp-session

Version:

Real-time Transport Protocol session library

32 lines (31 loc) 724 B
{ "name": "rtp-session", "version": "1.4.1", "description": "Real-time Transport Protocol session library", "main": "index.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/MayamaTakeshi/rtp-session.git" }, "keywords": [ "Real-time", "Transport", "Protocol" ], "author": "MayamaTakeshi", "license": "MIT", "bugs": { "url": "https://github.com/MayamaTakeshi/rtp-session/issues" }, "homepage": "https://github.com/MayamaTakeshi/rtp-session#readme", "devDependencies": { "chai": "^4.2.0", "chai-bytes": "^0.1.2", "dtmf-detection-stream": "^1.2.0", "mocha": "^10.1.0", "tone-stream": "^1.3.0" } }