2 Star 0 Fork 0

zjl / voicechat

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 812 Bytes
一键复制 编辑 原始数据 按行查看 历史
rdj 提交于 2019-08-16 15:20 . Signed-off-by: rdj raodongjun@useease.com
{
"name": "chatapp-demo",
"version": "1.0.0",
"description": "multi room chat app demo, powered by socket.io",
"main": "app.js",
"dependencies": {
"express": "^4.13.3",
"hbs": "^3.1.0",
"path": "^0.11.14",
"socket.io": "^1.3.6",
"body-parser": "^1.17.1",
"compression": "^1.7.1",
"connect-history-api-fallback": "^1.5.0",
"cookie-parser": "^1.4.3",
"ejs": "^2.5.6",
"cors": "^2.8.3",
"debug": "^2.6.9",
"express-http-proxy": "^1.0.6",
"express-session": "^1.15.6",
"express-winston": "^2.4.0",
"pm2": "^2.7.2",
"request": "^2.83.0",
"serve-favicon": "^2.3.2",
"winston": "^2.3.1"
},
"scripts": {
"start": "node index.js",
"dev": "node app.js"
},
"devDependencies": {},
"author": "wuyanxin",
"license": "ISC"
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/298068845/voicechat.git
git@gitee.com:298068845/voicechat.git
298068845
voicechat
voicechat
master

搜索帮助