1 Star 5 Fork 4

nut77 / nodejs-socketio-chatroom

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 735 Bytes
一键复制 编辑 原始数据 按行查看 历史
nut77 提交于 2018-07-18 15:55 . 新增系统图标
{
"name": "nodejs-socketio-chatroom",
"version": "1.0.0",
"description": "A simple chatroom",
"main": "server.js",
"dependencies": {
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"socket.io": "^2.1.1",
"express": "^4.16.3"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nut77/nodejs-socketio-chatroom.git"
},
"keywords": [
"nodejs",
"soketio",
"express",
"chatroom"
],
"author": "sunnynut",
"license": "MIT",
"bugs": {
"url": "https://github.com/nut77/nodejs-socketio-chatroom/issues"
},
"homepage": "https://github.com/nut77/nodejs-socketio-chatroom#readme"
}
NodeJS
1
https://gitee.com/nut77/nodejs-socketio-chatroom.git
git@gitee.com:nut77/nodejs-socketio-chatroom.git
nut77
nodejs-socketio-chatroom
nodejs-socketio-chatroom
master

搜索帮助