Simulator first commit

This commit is contained in:
2019-09-18 11:11:16 +03:00
commit 6e1686be67
5028 changed files with 985331 additions and 0 deletions

27
package.json Normal file
View File

@ -0,0 +1,27 @@
{
"name": "linx-ptt-simulator",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"chalk": "^2.4.2",
"config": "^1.30.0",
"lame": "^1.2.4",
"libsamplerate.js": "^1.0.0",
"mumble-client": "^1.1.1",
"mumble-client-codecs-node": "0.0.1",
"reconnect-core": "^1.3.0",
"request": "^2.85.0",
"socket.io-client": "^2.1.0",
"speaker": "^0.4.1",
"stream-chunker": "^1.2.8",
"stream-throttle": "^0.1.3",
"toml": "^2.3.3"
}
}