加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 540 Bytes
一键复制 编辑 原始数据 按行查看 历史
Philipp Hancke 提交于 2018-07-16 08:58 . unpin socket.io 1.x
{
"name": "signal-master",
"description": "Simple signaling server for SimpleWebRTC",
"version": "1.0.1",
"dependencies": {
"getconfig": "^4.3.0",
"node-uuid": "1.2.0",
"socket.io": "^1.7.4",
"yetify": "0.0.1"
},
"main": "server.js",
"repository": {
"type": "git",
"url": "git@github.com:andyet/signal-master.git"
},
"devDependencies": {
"socket.io-client": "1.3.7",
"precommit-hook": "0.3.10",
"tape": "^2.13.1"
},
"license": "MIT",
"scripts": {
"test": "node test.js"
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化