node.js-sip
Version:
Node.js VOIP Library
21 lines (20 loc) • 445 B
JSON
{
"name": "RTP",
"version": "1.0.0",
"description": "VOIP FRAMEWORK RTP LIBRARY",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
},
"author": "Nik Hendricks",
"license": "ISC",
"dependencies": {
"events": "^3.3.0",
"g7112pcm": "^1.0.0",
"goertzeljs": "^4.2.3",
"lamejs": "^1.2.1",
"node-lame": "^1.3.2",
"stream": "^0.0.2"
}
}