37 Star 89 Fork 24

wodaQ / cosjs

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 933 Bytes
一键复制 编辑 原始数据 按行查看 历史
hwclegend 提交于 2016-09-27 17:34 . cosjs 4.0
{
"name": "cosjs",
"description": "nodejs game server framework",
"version": "4.0.0",
"main": "./index.js",
"author": {
"name": "wanchao.huang",
"email": "hwclegend@163.com"
},
"keywords": [ "game", "server"],
"licenses": [
{
"type": "Apache License, Version 2.0",
"url": "http://www.apache.org/licenses/LICENSE-2.0"
}
],
"dependencies": {
"ejs": "*",
"redis": "*",
"express": "4.*",
"socket.io": "1.4.*",
"socket.io-client": "1.4.*",
"cosjs.http": "*",
"cosjs.pool": "*",
"cosjs.loader": "*",
"cosjs.socket": "*",
"cosjs.cluster": "*"
},
"engines": {
"node": "4.x"
},
"directories": {
"lib": "./lib/"
},
"repository": {
"type": "https",
"url": "https://github.com/hwclegend/cosjs.git"
},
"bugs": {
"url": "https://github.com/hwclegend/cosjs/issues"
},
"homepage": "https://github.com/hwclegend/cosjs"
}
NodeJS
1
https://gitee.com/wodaq/cosjs.git
git@gitee.com:wodaq/cosjs.git
wodaq
cosjs
cosjs
master

搜索帮助