![]() System : Linux absol.cf 5.4.0-198-generic #218-Ubuntu SMP Fri Sep 27 20:18:53 UTC 2024 x86_64 User : www-data ( 33) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, Directory : /var/www/html/gadevoir/ |
Upload File : |
{ "name": "gadevoir", "version": "0.0.1", "description": "Chat with MediaSoup server, absol.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "dev": "webpack serve --config webpack.config.js ", "dist": "webpack --config webpack.config.js --progress --profile --mode production" }, "repository": { "type": "git", "url": "git+https://github.com/duthienkt/gadevoir.git" }, "keywords": [ "chat", "video", "stream" ], "author": "Pham Quoc Du Thien", "license": "ISC", "bugs": { "url": "https://github.com/duthienkt/gadevoir/issues" }, "homepage": "https://github.com/duthienkt/gadevoir#readme", "dependencies": { "@babel/core": "^7.2.2", "@babel/preset-env": "7.3.1", "absol": "^1.16.4", "absol-acomp": "^0.9.57", "absol-mobile": "0.0.12", "express": "^4.17.1", "mediasoup": "^3.6.31", "mediasoup-client": "^3.6.27", "mqtt": "^5.10.4", "socket.io": "^3.1.0", "socket.io-client": "^3.1.0", "uuid": "^8.3.2", "webrtc-adapter": "^9.0.1" }, "devDependencies": { "@babel/register": "7.0.0", "babel-loader": "^8.2.2", "babel-minify-webpack-plugin": "^0.3.1", "css-loader": "^2.1.1", "raw-loader": "^2.0.0", "style-loader": "^0.23.1", "webpack": "^4.44.2", "webpack-cli": "^3.3.12", "webpack-dev-server": "^3.11.0" } }